#99967E

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

Shades of Grey Olive #99967E

Tints of Grey Olive #99967E

Color information

#99967E (or 0x99967E) is unknown color: approx Grey Olive. HEX triplet: 99, 96 and 7E. RGB value is (153,150,126). Sum of RGB (Red+Green+Blue) = 153+150+126=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 153 - color contains mainly: red. Hex color #99967E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99967E is #666981. Grayscale: #949494. Windows color (decimal): -6711682 or 8296089. OLE color: 8296089.

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

Color convert

RGB153150126-
CMYK00.020.180.4
HSL53.33º11.69%54.71%-
HSV(B)53.33º17.65%60%-
XYZ27.8130.0924.08-
YUV148.16115.49131.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.66%
GREEN value IS 150 (58.98% from 255) = 34.97%
BLUE value IS 126 (49.61% from 255) = 29.37%
R=35.66%
G=34.97%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15315012600.020.180.453.3311.6954.71
Hex99967E02122835c37
Octal231226176022250651467
Binary10011001100101101111110010100101010001101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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