Html Css Color HEX #99967C Grey Olive

📋 copy color: '#99967C'

red 153 ◦ green 150 ◦ blue 124

#99967C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Olive #99967C

Tints of Grey Olive #99967C

RGB

 RED value IS 153 (60.16% from 255) = 35.83%

 GREEN value IS 150 (58.98% from 255) = 35.13%

 BLUE value IS 124 (48.83% from 255) = 29.04%

R = 35.83%
G = 35.13%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#99967C (or 0x99967C) is known color: Grey Olive. HEX triplet: 99, 96 and 7C. RGB value is (153,150,124). Sum of RGB (Red+Green+Blue) = 153+150+124=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 153 - color contains mainly: red. Hex color #99967C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99967C is #666983. Grayscale: #949494. Windows color (decimal): -6711684 or 8165017. OLE color: 8165017.

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

Color convert

RGB 153 150 124 -
CMYK 0 0.02 0.19 0.4
HSL 53.79º 0.12% 0.54% -
HSV(B) 53.79º 0.19% 0.6% -
XYZ 27.68 30.04 23.41 -
YUV 147.93 114.49 131.61 -
System Red Green Blue C M Y K H S L
Decimal 153 150 124 0 0.02 0.19 0.4 53.79 0.12 0.54
Hex 99 96 7C 0 2 13 28 36 C 36
Octal 231 226 174 0 2 23 50 66 14 66
Binary 10011001 10010110 1111100 0 10 10011 101000 110110 1100 110110

Color Harmonies of #99967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99967C

Black with #99967C

Text Example


Text Example

White with #99967C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99967C;
 }
 .AnyTagClassName
 {
   color: #99967C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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