Html Css Color HEX #99967F Grey Olive

📋 copy color: '#99967F'

red 153 ◦ green 150 ◦ blue 127

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

Shades of Grey Olive #99967F

Tints of Grey Olive #99967F

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

 M value IS 0.02

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

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

RGB 153 150 127 -
CMYK 0 0.02 0.17 0.4
HSL 53.08º 0.11% 0.55% -
HSV(B) 53.08º 0.17% 0.6% -
XYZ 27.87 30.12 24.42 -
YUV 148.28 115.99 131.37 -
System Red Green Blue C M Y K H S L
Decimal 153 150 127 0 0.02 0.17 0.4 53.08 0.11 0.55
Hex 99 96 7F 0 2 11 28 35 B 37
Octal 231 226 177 0 2 21 50 65 13 67
Binary 10011001 10010110 1111111 0 10 10001 101000 110101 1011 110111

Color Harmonies of #99967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99967F

Black with #99967F

Text Example


Text Example

White with #99967F

Text Example


Text Example

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