#99B76E

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

Shades of Olivine #99B76E

Tints of Olivine #99B76E

Color information

#99B76E (or 0x99B76E) is unknown color: approx Olivine. HEX triplet: 99, B7 and 6E. RGB value is (153,183,110). Sum of RGB (Red+Green+Blue) = 153+183+110=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 110 (43.36% from 255 or 24.66% from 446); Max value from RGB is 183 - color contains mainly: green. Hex color #99B76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B76E is #664891. Grayscale: #A5A5A5. Windows color (decimal): -6703250 or 7255961. OLE color: 7255961.

HSL color Cylindrical-coordinate representation of color #99B76E: hue angle of 84.66º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99B76E is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB153183110-
CMYK0.1600.400.28
HSL84.66º33.64%57.45%-
HSV(B)84.66º39.89%71.76%-
XYZ32.8841.7721.08-
YUV165.7196.56118.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.30%
GREEN value IS 183 (71.88% from 255) = 41.03%
BLUE value IS 110 (43.36% from 255) = 24.66%
R=34.30%
G=41.03%
B=24.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1531831100.1600.400.2884.6633.6457.45
Hex99B76E100281C552239
Octal23126715620050341254271
Binary10011001101101111101110100000101000111001010101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,183,110); }

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

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

 a { background-color: rgb(153,183,110); }

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

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

 span { border-color: rgb(153,183,110); }

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