Html Css Color HEX #99967E Grey Olive

📋 copy color: '#99967E'

red 153 ◦ green 150 ◦ blue 126

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

Shades of Grey Olive #99967E

Tints of Grey Olive #99967E

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 value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#99967E (or 0x99967E) is known color: 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

RGB 153 150 126 -
CMYK 0 0.02 0.18 0.4
HSL 53.33º 0.12% 0.55% -
HSV(B) 53.33º 0.18% 0.6% -
XYZ 27.81 30.09 24.08 -
YUV 148.16 115.49 131.45 -
System Red Green Blue C M Y K H S L
Decimal 153 150 126 0 0.02 0.18 0.4 53.33 0.12 0.55
Hex 99 96 7E 0 2 12 28 35 C 37
Octal 231 226 176 0 2 22 50 65 14 67
Binary 10011001 10010110 1111110 0 10 10010 101000 110101 1100 110111

Color Harmonies of #99967E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99967E

Black with #99967E

Text Example


Text Example

White with #99967E

Text Example


Text Example

HTML Codes & Css Web 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>