Html Css Color HEX #797402 Olive

📋 copy color: '#797402'

red 121 ◦ green 116 ◦ blue 2

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

Shades of Olive #797402

Tints of Olive #797402

RGB

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

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

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

R = 50.63%
G = 48.54%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#797402 (or 0x797402) is known color: Olive. HEX triplet: 79, 74 and 02. RGB value is (121,116,2). Sum of RGB (Red+Green+Blue) = 121+116+2=239 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.63% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 121 - color contains mainly: red. Hex color #797402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797402 is #868BFD. Grayscale: #686868. Windows color (decimal): -8817662 or 160889. OLE color: 160889.

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

Color convert

RGB 121 116 2 -
CMYK 0 0.04 0.98 0.53
HSL 57.48º 0.97% 0.24% -
HSV(B) 57.48º 0.98% 0.47% -
XYZ 14.14 16.56 2.51 -
YUV 104.5 70.16 139.77 -
System Red Green Blue C M Y K H S L
Decimal 121 116 2 0 0.04 0.98 0.53 57.48 0.97 0.24
Hex 79 74 2 0 4 62 35 39 61 18
Octal 171 164 2 0 4 142 65 71 141 30
Binary 1111001 1110100 10 0 100 1100010 110101 111001 1100001 11000

Color Harmonies of #797402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797402

Black with #797402

Text Example


Text Example

White with #797402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797402; }

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

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

background-color css

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

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

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

border-color css

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

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

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