#99BB7D

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

Shades of Olivine #99BB7D

Tints of Olivine #99BB7D

Color information

#99BB7D (or 0x99BB7D) is unknown color: approx Olivine. HEX triplet: 99, BB and 7D. RGB value is (153,187,125). Sum of RGB (Red+Green+Blue) = 153+187+125=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 187 - color contains mainly: green. Hex color #99BB7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BB7D is #664482. Grayscale: #A9A9A9. Windows color (decimal): -6702211 or 8240025. OLE color: 8240025.

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

Color convert

RGB153187125-
CMYK0.1800.330.27
HSL92.9º31.31%61.18%-
HSV(B)92.9º33.16%73.33%-
XYZ34.6143.7926.03-
YUV169.77102.74116.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.90%
GREEN value IS 187 (73.44% from 255) = 40.22%
BLUE value IS 125 (49.22% from 255) = 26.88%
R=32.90%
G=40.22%
B=26.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531871250.1800.330.2792.931.3161.18
Hex99BB7D120211B5d1f3d
Octal23127317522041331353775
Binary1001100110111011111110110010010000111011101110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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