Html Css Color HEX #796800 Olive

📋 copy color: '#796800'

red 121 ◦ green 104 ◦ blue 0

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

Shades of Olive #796800

Tints of Olive #796800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.22%

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

R = 53.78%
G = 46.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#796800 (or 0x796800) is known color: Olive. HEX triplet: 79, 68 and 00. RGB value is (121,104,0). Sum of RGB (Red+Green+Blue) = 121+104+0=225 (29% of max value = 765). Red value is 121 (47.66% from 255 or 53.78% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 121 - color contains mainly: red. Hex color #796800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796800 is #8697FF. Grayscale: #616161. Windows color (decimal): -8820736 or 26745. OLE color: 26745.

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

Color convert

RGB 121 104 0 -
CMYK 0 0.14 1 0.53
HSL 51.57º 1% 0.24% -
HSV(B) 51.57º 1% 0.47% -
XYZ 12.84 13.97 2.02 -
YUV 97.23 73.13 144.96 -
System Red Green Blue C M Y K H S L
Decimal 121 104 0 0 0.14 1 0.53 51.57 1 0.24
Hex 79 68 0 0 E 64 35 34 64 18
Octal 171 150 0 0 16 144 65 64 144 30
Binary 1111001 1101000 0 0 1110 1100100 110101 110100 1100100 11000

Color Harmonies of #796800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796800

Black with #796800

Text Example


Text Example

White with #796800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796800; }

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

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

background-color css

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

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

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

border-color css

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

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

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