Html Css Color HEX #9C9979 Grey Olive

📋 copy color: '#9C9979'

red 156 ◦ green 153 ◦ blue 121

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

Shades of Grey Olive #9C9979

Tints of Grey Olive #9C9979

RGB

 RED value IS 156 (61.33% from 255) = 36.28%

 GREEN value IS 153 (60.16% from 255) = 35.58%

 BLUE value IS 121 (47.66% from 255) = 28.14%

R = 36.28%
G = 35.58%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9C9979 (or 0x9C9979) is known color: Grey Olive. HEX triplet: 9C, 99 and 79. RGB value is (156,153,121). Sum of RGB (Red+Green+Blue) = 156+153+121=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9979 is #636686. Grayscale: #969696. Windows color (decimal): -6514311 or 7969180. OLE color: 7969180.

HSL color Cylindrical-coordinate representation of color #9C9979: hue angle of 54.86º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9C9979 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 153 121 -
CMYK 0 0.02 0.22 0.39
HSL 54.86º 0.15% 0.54% -
HSV(B) 54.86º 0.22% 0.61% -
XYZ 28.55 31.23 22.61 -
YUV 150.25 111.49 132.1 -
System Red Green Blue C M Y K H S L
Decimal 156 153 121 0 0.02 0.22 0.39 54.86 0.15 0.54
Hex 9C 99 79 0 2 16 27 37 F 36
Octal 234 231 171 0 2 26 47 67 17 66
Binary 10011100 10011001 1111001 0 10 10110 100111 110111 1111 110110

Color Harmonies of #9C9979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9979

Black with #9C9979

Text Example


Text Example

White with #9C9979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C9979; }

 p { color: rgb(156,153,121); }

 H1.HeaderClassName
 {
   color: #9C9979;
 }
 .AnyTagClassName
 {
   color: #9C9979;
 }
</style>

background-color css

<style>
 a { background-color: #9C9979; }

 a { background-color: rgb(156,153,121); }

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

border-color css

<style>
 span { border-color: #9C9979; }

 span { border-color: rgb(156,153,121); }

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