#93b068

Color #93B068 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #93B068

Tints of Olivine #93B068

Color information

#93B068 (or 0x93B068) is unknown color: approx Olivine. HEX triplet: 93, B0 and 68. RGB value is (147,176,104). Sum of RGB (Red+Green+Blue) = 147+176+104=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 176 - color contains mainly: green. Hex color #93B068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93B068 is #6C4F97. Grayscale: #9F9F9F. Windows color (decimal): -7098264 or 6860947. OLE color: 6860947.

HSL color Cylindrical-coordinate representation of color #93B068: hue angle of 84.17º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93B068 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB147176104-
CMYK0.1600.410.31
HSL84.17º31.3%54.9%-
HSV(B)84.17º40.91%69.02%-
XYZ30.0638.2518.9-
YUV159.1296.89119.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 34.43%
GREEN value IS 176 (69.14% from 255) = 41.22%
BLUE value IS 104 (41.02% from 255) = 24.36%
R=34.43%
G=41.22%
B=24.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471761040.1600.410.3184.1731.354.9
Hex93B068100291F541f37
Octal22326015020051371243767
Binary1001001110110000110100010000010100111111101010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93b068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93b068; }

 p { color: rgb(147,176,104); }

 H1.HeaderClassName
 {
   color: #93b068;
 }
 .AnyTagClassName
 {
   color: #93b068;
 }
</style>
background-color css

<style>
 a { background-color: #93b068; }

 a { background-color: rgb(147,176,104); }

 div.DivClassName
 {
   background-color: #93b068;
 }
 .BgClassName
 {
   background-color: #93b068;
 }
</style>
border-color css

<style>
 span { border-color: #93b068; }

 span { border-color: rgb(147,176,104); }

 td.TdClassName
 {
   border-color: #93b068;
 }
 .TagClassName
 {
   border-color: #93b068;
 }
</style>