Html Css Color HEX #796200 Olive

📋 copy color: '#796200'

red 121 ◦ green 98 ◦ blue 0

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

Shades of Olive #796200

Tints of Olive #796200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.75%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.25%
G = 44.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#796200 (or 0x796200) is known color: Olive. HEX triplet: 79, 62 and 00. RGB value is (121,98,0). Sum of RGB (Red+Green+Blue) = 121+98+0=219 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55.25% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 121 - color contains mainly: red. Hex color #796200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796200 is #869DFF. Grayscale: #5E5E5E. Windows color (decimal): -8822272 or 25209. OLE color: 25209.

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

Color convert

RGB 121 98 0 -
CMYK 0 0.19 1 0.53
HSL 48.6º 1% 0.24% -
HSV(B) 48.6º 1% 0.47% -
XYZ 12.25 12.8 1.82 -
YUV 93.71 75.12 147.47 -
System Red Green Blue C M Y K H S L
Decimal 121 98 0 0 0.19 1 0.53 48.6 1 0.24
Hex 79 62 0 0 13 64 35 31 64 18
Octal 171 142 0 0 23 144 65 61 144 30
Binary 1111001 1100010 0 0 10011 1100100 110101 110001 1100100 11000

Color Harmonies of #796200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796200

Black with #796200

Text Example


Text Example

White with #796200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796200; }

 p { color: rgb(121,98,0); }

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

background-color css

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

 a { background-color: rgb(121,98,0); }

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

border-color css

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

 span { border-color: rgb(121,98,0); }

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