Html Css Color HEX #9D9A79 Grey Olive

📋 copy color: '#9D9A79'

red 157 ◦ green 154 ◦ blue 121

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

Shades of Grey Olive #9D9A79

Tints of Grey Olive #9D9A79

RGB

 RED value IS 157 (61.72% from 255) = 36.34%

 GREEN value IS 154 (60.55% from 255) = 35.65%

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

R = 36.34%
G = 35.65%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9D9A79 (or 0x9D9A79) is known color: Grey Olive. HEX triplet: 9D, 9A and 79. RGB value is (157,154,121). Sum of RGB (Red+Green+Blue) = 157+154+121=432 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.34% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9A79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9A79 is #626586. Grayscale: #979797. Windows color (decimal): -6448519 or 7969437. OLE color: 7969437.

HSL color Cylindrical-coordinate representation of color #9D9A79: hue angle of 55º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9D9A79 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 154 121 -
CMYK 0 0.02 0.23 0.38
HSL 55º 0.16% 0.55% -
HSV(B) 55º 0.23% 0.62% -
XYZ 28.91 31.66 22.68 -
YUV 151.14 110.99 132.18 -
System Red Green Blue C M Y K H S L
Decimal 157 154 121 0 0.02 0.23 0.38 55 0.16 0.55
Hex 9D 9A 79 0 2 17 26 37 10 37
Octal 235 232 171 0 2 27 46 67 20 67
Binary 10011101 10011010 1111001 0 10 10111 100110 110111 10000 110111

Color Harmonies of #9D9A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9A79

Black with #9D9A79

Text Example


Text Example

White with #9D9A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,154,121); }

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

background-color css

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

 a { background-color: rgb(157,154,121); }

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

border-color css

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

 span { border-color: rgb(157,154,121); }

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