#99BB74

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

Shades of Olivine #99BB74

Tints of Olivine #99BB74

Color information

#99BB74 (or 0x99BB74) is unknown color: approx Olivine. HEX triplet: 99, BB and 74. RGB value is (153,187,116). Sum of RGB (Red+Green+Blue) = 153+187+116=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 187 - color contains mainly: green. Hex color #99BB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BB74 is #66448B. Grayscale: #A8A8A8. Windows color (decimal): -6702220 or 7650201. OLE color: 7650201.

HSL color Cylindrical-coordinate representation of color #99BB74: hue angle of 88.73º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99BB74 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB153187116-
CMYK0.1800.380.27
HSL88.73º34.3%59.41%-
HSV(B)88.73º37.97%73.33%-
XYZ34.0643.5723.14-
YUV168.7498.24116.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.55%
GREEN value IS 187 (73.44% from 255) = 41.01%
BLUE value IS 116 (45.70% from 255) = 25.44%
R=33.55%
G=41.01%
B=25.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531871160.1800.380.2788.7334.359.41
Hex99BB74120261B59223b
Octal23127316422046331314273
Binary10011001101110111110100100100100110110111011001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99BB74; }

 p { color: rgb(153,187,116); }

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

<style>
 a { background-color: #99BB74; }

 a { background-color: rgb(153,187,116); }

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

<style>
 span { border-color: #99BB74; }

 span { border-color: rgb(153,187,116); }

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