Html Css Color HEX #99967D Grey Olive

📋 copy color: '#99967D'

red 153 ◦ green 150 ◦ blue 125

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

Shades of Grey Olive #99967D

Tints of Grey Olive #99967D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.21%

R = 35.75%
G = 35.05%
B = 29.21%

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

#99967D (or 0x99967D) is known color: Grey Olive. HEX triplet: 99, 96 and 7D. RGB value is (153,150,125). Sum of RGB (Red+Green+Blue) = 153+150+125=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 153 - color contains mainly: red. Hex color #99967D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99967D is #666982. Grayscale: #949494. Windows color (decimal): -6711683 or 8230553. OLE color: 8230553.

HSL color Cylindrical-coordinate representation of color #99967D: hue angle of 53.57º 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 #99967D is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 150 125 -
CMYK 0 0.02 0.18 0.4
HSL 53.57º 0.12% 0.55% -
HSV(B) 53.57º 0.18% 0.6% -
XYZ 27.74 30.07 23.74 -
YUV 148.05 114.99 131.53 -
System Red Green Blue C M Y K H S L
Decimal 153 150 125 0 0.02 0.18 0.4 53.57 0.12 0.55
Hex 99 96 7D 0 2 12 28 36 C 37
Octal 231 226 175 0 2 22 50 66 14 67
Binary 10011001 10010110 1111101 0 10 10010 101000 110110 1100 110111

Color Harmonies of #99967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99967D

Black with #99967D

Text Example


Text Example

White with #99967D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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