#94A96F

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

Shades of Olivine #94A96F

Tints of Olivine #94A96F

Color information

#94A96F (or 0x94A96F) is unknown color: approx Olivine. HEX triplet: 94, A9 and 6F. RGB value is (148,169,111). Sum of RGB (Red+Green+Blue) = 148+169+111=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 169 - color contains mainly: green. Hex color #94A96F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A96F is #6B5690. Grayscale: #9C9C9C. Windows color (decimal): -7034513 or 7317908. OLE color: 7317908.

HSL color Cylindrical-coordinate representation of color #94A96F: hue angle of 81.72º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94A96F is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB148169111-
CMYK0.1200.340.34
HSL81.72º25.22%54.9%-
HSV(B)81.72º34.32%66.27%-
XYZ29.2735.8220.41-
YUV156.11102.54122.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.58%
GREEN value IS 169 (66.41% from 255) = 39.49%
BLUE value IS 111 (43.75% from 255) = 25.93%
R=34.58%
G=39.49%
B=25.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1481691110.1200.340.3481.7225.2254.9
Hex94A96FC02222521937
Octal22425115714042421223167
Binary1001010010101001110111111000100010100010101001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,169,111); }

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

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

 a { background-color: rgb(148,169,111); }

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

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

 span { border-color: rgb(148,169,111); }

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