Html Css Color HEX #796D04 Olive

📋 copy color: '#796D04'

red 121 ◦ green 109 ◦ blue 4

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

Shades of Olive #796D04

Tints of Olive #796D04

RGB

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

 GREEN value IS 109 (42.97% from 255) = 46.58%

 BLUE value IS 4 (1.95% from 255) = 1.71%

R = 51.71%
G = 46.58%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#796D04 (or 0x796D04) is known color: Olive. HEX triplet: 79, 6D and 04. RGB value is (121,109,4). Sum of RGB (Red+Green+Blue) = 121+109+4=234 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.71% from 234); Green value is 109 (42.97% from 255 or 46.58% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 121 - color contains mainly: red. Hex color #796D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796D04 is #8692FB. Grayscale: #656565. Windows color (decimal): -8819452 or 290169. OLE color: 290169.

HSL color Cylindrical-coordinate representation of color #796D04: hue angle of 53.85º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #796D04 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 109 4 -
CMYK 0 0.10 0.97 0.53
HSL 53.85º 0.94% 0.25% -
HSV(B) 53.85º 0.97% 0.47% -
XYZ 13.38 15.01 2.31 -
YUV 100.62 73.48 142.54 -
System Red Green Blue C M Y K H S L
Decimal 121 109 4 0 0.10 0.97 0.53 53.85 0.94 0.25
Hex 79 6D 4 0 A 61 35 36 5E 19
Octal 171 155 4 0 12 141 65 66 136 31
Binary 1111001 1101101 100 0 1010 1100001 110101 110110 1011110 11001

Color Harmonies of #796D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796D04

Black with #796D04

Text Example


Text Example

White with #796D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796D04; }

 p { color: rgb(121,109,4); }

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

background-color css

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

 a { background-color: rgb(121,109,4); }

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

border-color css

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

 span { border-color: rgb(121,109,4); }

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