Html Css Color HEX #797406 Olive

📋 copy color: '#797406'

red 121 ◦ green 116 ◦ blue 6

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

Shades of Olive #797406

Tints of Olive #797406

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.74%

 BLUE value IS 6 (2.73% from 255) = 2.47%

R = 49.79%
G = 47.74%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#797406 (or 0x797406) is known color: Olive. HEX triplet: 79, 74 and 06. RGB value is (121,116,6). Sum of RGB (Red+Green+Blue) = 121+116+6=243 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.79% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 6 (2.73% from 255 or 2.47% from 243); Max value from RGB is 121 - color contains mainly: red. Hex color #797406 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797406 is #868BF9. Grayscale: #696969. Windows color (decimal): -8817658 or 423033. OLE color: 423033.

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

Color convert

RGB 121 116 6 -
CMYK 0 0.04 0.95 0.53
HSL 57.39º 0.91% 0.25% -
HSV(B) 57.39º 0.95% 0.47% -
XYZ 14.16 16.57 2.62 -
YUV 104.96 72.16 139.44 -
System Red Green Blue C M Y K H S L
Decimal 121 116 6 0 0.04 0.95 0.53 57.39 0.91 0.25
Hex 79 74 6 0 4 5F 35 39 5B 19
Octal 171 164 6 0 4 137 65 71 133 31
Binary 1111001 1110100 110 0 100 1011111 110101 111001 1011011 11001

Color Harmonies of #797406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797406

Black with #797406

Text Example


Text Example

White with #797406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797406; }

 p { color: rgb(121,116,6); }

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

background-color css

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

 a { background-color: rgb(121,116,6); }

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

border-color css

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

 span { border-color: rgb(121,116,6); }

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