#94BB79

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

Shades of Olivine #94BB79

Tints of Olivine #94BB79

Color information

#94BB79 (or 0x94BB79) is unknown color: approx Olivine. HEX triplet: 94, BB and 79. RGB value is (148,187,121). Sum of RGB (Red+Green+Blue) = 148+187+121=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 187 - color contains mainly: green. Hex color #94BB79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BB79 is #6B4486. Grayscale: #A8A8A8. Windows color (decimal): -7029895 or 7977876. OLE color: 7977876.

HSL color Cylindrical-coordinate representation of color #94BB79: hue angle of 95.45º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94BB79 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB148187121-
CMYK0.2100.350.27
HSL95.45º32.67%60.39%-
HSV(B)95.45º35.29%73.33%-
XYZ33.4343.2224.67-
YUV167.82101.58113.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.46%
GREEN value IS 187 (73.44% from 255) = 41.01%
BLUE value IS 121 (47.66% from 255) = 26.54%
R=32.46%
G=41.01%
B=26.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481871210.2100.350.2795.4532.6760.39
Hex94BB79150231B5f213c
Octal22427317125043331374174
Binary10010100101110111111001101010100011110111011111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,187,121); }

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

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

 a { background-color: rgb(148,187,121); }

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

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

 span { border-color: rgb(148,187,121); }

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