#94AF6C

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

Shades of Olivine #94AF6C

Tints of Olivine #94AF6C

Color information

#94AF6C (or 0x94AF6C) is unknown color: approx Olivine. HEX triplet: 94, AF and 6C. RGB value is (148,175,108). Sum of RGB (Red+Green+Blue) = 148+175+108=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #94AF6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AF6C is #6B5093. Grayscale: #9F9F9F. Windows color (decimal): -7032980 or 7122836. OLE color: 7122836.

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

Color convert

RGB148175108-
CMYK0.1500.380.31
HSL84.18º29.52%55.49%-
HSV(B)84.18º38.29%68.63%-
XYZ30.2538.0419.94-
YUV159.2999.05119.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.34%
GREEN value IS 175 (68.75% from 255) = 40.60%
BLUE value IS 108 (42.58% from 255) = 25.06%
R=34.34%
G=40.60%
B=25.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481751080.1500.380.3184.1829.5255.49
Hex94AF6CF0261F541e37
Octal22425715417046371243667
Binary100101001010111111011001111010011011111101010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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