#99BB75

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

Shades of Olivine #99BB75

Tints of Olivine #99BB75

Color information

#99BB75 (or 0x99BB75) is unknown color: approx Olivine. HEX triplet: 99, BB and 75. RGB value is (153,187,117). Sum of RGB (Red+Green+Blue) = 153+187+117=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 187 - color contains mainly: green. Hex color #99BB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BB75 is #66448A. Grayscale: #A9A9A9. Windows color (decimal): -6702219 or 7715737. OLE color: 7715737.

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

Color convert

RGB153187117-
CMYK0.1800.370.27
HSL89.14º33.98%59.61%-
HSV(B)89.14º37.43%73.33%-
XYZ34.1243.623.45-
YUV168.8598.74116.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.48%
GREEN value IS 187 (73.44% from 255) = 40.92%
BLUE value IS 117 (46.09% from 255) = 25.60%
R=33.48%
G=40.92%
B=25.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531871170.1800.370.2789.1433.9859.61
Hex99BB75120251B59223c
Octal23127316522045331314274
Binary10011001101110111110101100100100101110111011001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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