#94B470

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

Shades of Olivine #94B470

Tints of Olivine #94B470

Color information

#94B470 (or 0x94B470) is unknown color: approx Olivine. HEX triplet: 94, B4 and 70. RGB value is (148,180,112). Sum of RGB (Red+Green+Blue) = 148+180+112=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 180 - color contains mainly: green. Hex color #94B470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B470 is #6B4B8F. Grayscale: #A2A2A2. Windows color (decimal): -7031696 or 7386260. OLE color: 7386260.

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

Color convert

RGB148180112-
CMYK0.1800.380.29
HSL88.24º31.19%57.25%-
HSV(B)88.24º37.78%70.59%-
XYZ31.4640.1121.41-
YUV162.6899.4117.53-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.64%
GREEN value IS 180 (70.70% from 255) = 40.91%
BLUE value IS 112 (44.14% from 255) = 25.45%
R=33.64%
G=40.91%
B=25.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481801120.1800.380.2988.2431.1957.25
Hex94B470120261D581f39
Octal22426416022046351303771
Binary1001010010110100111000010010010011011101101100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,180,112); }

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

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

 a { background-color: rgb(148,180,112); }

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

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

 span { border-color: rgb(148,180,112); }

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