#94B572

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

Shades of Olivine #94B572

Tints of Olivine #94B572

Color information

#94B572 (or 0x94B572) is unknown color: approx Olivine. HEX triplet: 94, B5 and 72. RGB value is (148,181,114). Sum of RGB (Red+Green+Blue) = 148+181+114=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 181 - color contains mainly: green. Hex color #94B572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B572 is #6B4A8D. Grayscale: #A3A3A3. Windows color (decimal): -7031438 or 7517588. OLE color: 7517588.

HSL color Cylindrical-coordinate representation of color #94B572: hue angle of 89.55º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94B572 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB148181114-
CMYK0.1800.370.29
HSL89.55º31.16%57.84%-
HSV(B)89.55º37.02%70.98%-
XYZ31.7740.5622.07-
YUV163.5100.07116.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.41%
GREEN value IS 181 (71.09% from 255) = 40.86%
BLUE value IS 114 (44.92% from 255) = 25.73%
R=33.41%
G=40.86%
B=25.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481811140.1800.370.2989.5531.1657.84
Hex94B572120251D5a1f3a
Octal22426516222045351323772
Binary1001010010110101111001010010010010111101101101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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