#99967F

Color #99967F Grey Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Olive #99967F

Tints of Grey Olive #99967F

Color information

#99967F (or 0x99967F) is unknown color: approx Grey Olive. HEX triplet: 99, 96 and 7F. RGB value is (153,150,127). Sum of RGB (Red+Green+Blue) = 153+150+127=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 153 - color contains mainly: red. Hex color #99967F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99967F is #666980. Grayscale: #949494. Windows color (decimal): -6711681 or 8361625. OLE color: 8361625.

HSL color Cylindrical-coordinate representation of color #99967F: hue angle of 53.08º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #99967F is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB153150127-
CMYK00.020.170.4
HSL53.08º11.3%54.9%-
HSV(B)53.08º16.99%60%-
XYZ27.8730.1224.42-
YUV148.28115.99131.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.58%
GREEN value IS 150 (58.98% from 255) = 34.88%
BLUE value IS 127 (50% from 255) = 29.53%
R=35.58%
G=34.88%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15315012700.020.170.453.0811.354.9
Hex99967F02112835b37
Octal231226177022150651367
Binary10011001100101101111111010100011010001101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99967F; }

 p { color: rgb(153,150,127); }

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

<style>
 a { background-color: #99967F; }

 a { background-color: rgb(153,150,127); }

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

<style>
 span { border-color: #99967F; }

 span { border-color: rgb(153,150,127); }

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