Html Css Color HEX #797802 Olive

📋 copy color: '#797802'

red 121 ◦ green 120 ◦ blue 2

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

Shades of Olive #797802

Tints of Olive #797802

RGB

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

 GREEN value IS 120 (47.27% from 255) = 49.38%

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

R = 49.79%
G = 49.38%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#797802 (or 0x797802) is known color: Olive. HEX triplet: 79, 78 and 02. RGB value is (121,120,2). Sum of RGB (Red+Green+Blue) = 121+120+2=243 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.79% from 243); Green value is 120 (47.27% from 255 or 49.38% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 121 - color contains mainly: red. Hex color #797802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797802 is #8687FD. Grayscale: #6B6B6B. Windows color (decimal): -8816638 or 161913. OLE color: 161913.

HSL color Cylindrical-coordinate representation of color #797802: hue angle of 59.5º 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 #797802 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 120 2 -
CMYK 0 0.01 0.98 0.53
HSL 59.5º 0.97% 0.24% -
HSV(B) 59.5º 0.98% 0.47% -
XYZ 14.61 17.5 2.67 -
YUV 106.85 68.83 138.09 -
System Red Green Blue C M Y K H S L
Decimal 121 120 2 0 0.01 0.98 0.53 59.5 0.97 0.24
Hex 79 78 2 0 1 62 35 3B 61 18
Octal 171 170 2 0 1 142 65 73 141 30
Binary 1111001 1111000 10 0 1 1100010 110101 111011 1100001 11000

Color Harmonies of #797802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797802

Black with #797802

Text Example


Text Example

White with #797802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797802; }

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

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

background-color css

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

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

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

border-color css

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

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

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