#94A872

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

Shades of Olivine #94A872

Tints of Olivine #94A872

Color information

#94A872 (or 0x94A872) is unknown color: approx Olivine. HEX triplet: 94, A8 and 72. RGB value is (148,168,114). Sum of RGB (Red+Green+Blue) = 148+168+114=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 168 - color contains mainly: green. Hex color #94A872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A872 is #6B578D. Grayscale: #9C9C9C. Windows color (decimal): -7034766 or 7514260. OLE color: 7514260.

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

Color convert

RGB148168114-
CMYK0.1200.320.34
HSL82.22º23.68%55.29%-
HSV(B)82.22º32.14%65.88%-
XYZ29.2535.5221.23-
YUV155.86104.37122.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.42%
GREEN value IS 168 (66.02% from 255) = 39.07%
BLUE value IS 114 (44.92% from 255) = 26.51%
R=34.42%
G=39.07%
B=26.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1481681140.1200.320.3482.2223.6855.29
Hex94A872C02022521837
Octal22425016214040421223067
Binary1001010010101000111001011000100000100010101001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,168,114); }

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

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

 a { background-color: rgb(148,168,114); }

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

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

 span { border-color: rgb(148,168,114); }

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