Html Css Color HEX #797602 Olive

📋 copy color: '#797602'

red 121 ◦ green 118 ◦ blue 2

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

Shades of Olive #797602

Tints of Olive #797602

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.96%

 BLUE value IS 2 (1.17% from 255) = 0.83%

R = 50.21%
G = 48.96%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#797602 (or 0x797602) is known color: Olive. HEX triplet: 79, 76 and 02. RGB value is (121,118,2). Sum of RGB (Red+Green+Blue) = 121+118+2=241 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.21% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 121 - color contains mainly: red. Hex color #797602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797602 is #8689FD. Grayscale: #6A6A6A. Windows color (decimal): -8817150 or 161401. OLE color: 161401.

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

Color convert

RGB 121 118 2 -
CMYK 0 0.02 0.98 0.53
HSL 58.49º 0.97% 0.24% -
HSV(B) 58.49º 0.98% 0.47% -
XYZ 14.37 17.03 2.59 -
YUV 105.67 69.49 138.93 -
System Red Green Blue C M Y K H S L
Decimal 121 118 2 0 0.02 0.98 0.53 58.49 0.97 0.24
Hex 79 76 2 0 2 62 35 3A 61 18
Octal 171 166 2 0 2 142 65 72 141 30
Binary 1111001 1110110 10 0 10 1100010 110101 111010 1100001 11000

Color Harmonies of #797602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797602

Black with #797602

Text Example


Text Example

White with #797602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797602; }

 p { color: rgb(121,118,2); }

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

background-color css

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

 a { background-color: rgb(121,118,2); }

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

border-color css

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

 span { border-color: rgb(121,118,2); }

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