#94AF76

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

Shades of Olivine #94AF76

Tints of Olivine #94AF76

Color information

#94AF76 (or 0x94AF76) is unknown color: approx Olivine. HEX triplet: 94, AF and 76. RGB value is (148,175,118). Sum of RGB (Red+Green+Blue) = 148+175+118=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 175 - color contains mainly: green. Hex color #94AF76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AF76 is #6B5089. Grayscale: #A0A0A0. Windows color (decimal): -7032970 or 7778196. OLE color: 7778196.

HSL color Cylindrical-coordinate representation of color #94AF76: hue angle of 88.42º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94AF76 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB148175118-
CMYK0.1500.330.31
HSL88.42º26.27%57.45%-
HSV(B)88.42º32.57%68.63%-
XYZ30.8138.2622.9-
YUV160.43104.05119.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.56%
GREEN value IS 175 (68.75% from 255) = 39.68%
BLUE value IS 118 (46.48% from 255) = 26.76%
R=33.56%
G=39.68%
B=26.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481751180.1500.330.3188.4226.2757.45
Hex94AF76F0211F581a39
Octal22425716617041371303271
Binary100101001010111111101101111010000111111101100011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94AF76; }

 p { color: rgb(148,175,118); }

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

<style>
 a { background-color: #94AF76; }

 a { background-color: rgb(148,175,118); }

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

<style>
 span { border-color: #94AF76; }

 span { border-color: rgb(148,175,118); }

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