Html Css Color HEX #797705 Olive

📋 copy color: '#797705'

red 121 ◦ green 119 ◦ blue 5

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

Shades of Olive #797705

Tints of Olive #797705

RGB

 RED value IS 121 (47.66% from 255) = 49.39%

 GREEN value IS 119 (46.88% from 255) = 48.57%

 BLUE value IS 5 (2.34% from 255) = 2.04%

R = 49.39%
G = 48.57%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#797705 (or 0x797705) is known color: Olive. HEX triplet: 79, 77 and 05. RGB value is (121,119,5). Sum of RGB (Red+Green+Blue) = 121+119+5=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 119 (46.88% from 255 or 48.57% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 121 - color contains mainly: red. Hex color #797705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797705 is #8688FA. Grayscale: #6B6B6B. Windows color (decimal): -8816891 or 358265. OLE color: 358265.

HSL color Cylindrical-coordinate representation of color #797705: hue angle of 58.97º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #797705 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 119 5 -
CMYK 0 0.02 0.96 0.53
HSL 58.97º 0.92% 0.25% -
HSV(B) 58.97º 0.96% 0.47% -
XYZ 14.51 17.27 2.71 -
YUV 106.6 70.66 138.27 -
System Red Green Blue C M Y K H S L
Decimal 121 119 5 0 0.02 0.96 0.53 58.97 0.92 0.25
Hex 79 77 5 0 2 60 35 3B 5C 19
Octal 171 167 5 0 2 140 65 73 134 31
Binary 1111001 1110111 101 0 10 1100000 110101 111011 1011100 11001

Color Harmonies of #797705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797705

Black with #797705

Text Example


Text Example

White with #797705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797705; }

 p { color: rgb(121,119,5); }

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

background-color css

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

 a { background-color: rgb(121,119,5); }

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

border-color css

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

 span { border-color: rgb(121,119,5); }

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