Html Css Color HEX #796F00 Olive

📋 copy color: '#796F00'

red 121 ◦ green 111 ◦ blue 0

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

Shades of Olive #796F00

Tints of Olive #796F00

RGB

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

 GREEN value IS 111 (43.75% from 255) = 47.84%

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

R = 52.16%
G = 47.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#796F00 (or 0x796F00) is known color: Olive. HEX triplet: 79, 6F and 00. RGB value is (121,111,0). Sum of RGB (Red+Green+Blue) = 121+111+0=232 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.16% from 232); Green value is 111 (43.75% from 255 or 47.84% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 121 - color contains mainly: red. Hex color #796F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796F00 is #8690FF. Grayscale: #656565. Windows color (decimal): -8818944 or 28537. OLE color: 28537.

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

Color convert

RGB 121 111 0 -
CMYK 0 0.08 1 0.53
HSL 55.04º 1% 0.24% -
HSV(B) 55.04º 1% 0.47% -
XYZ 13.57 15.43 2.26 -
YUV 101.34 70.81 142.03 -
System Red Green Blue C M Y K H S L
Decimal 121 111 0 0 0.08 1 0.53 55.04 1 0.24
Hex 79 6F 0 0 8 64 35 37 64 18
Octal 171 157 0 0 10 144 65 67 144 30
Binary 1111001 1101111 0 0 1000 1100100 110101 110111 1100100 11000

Color Harmonies of #796F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796F00

Black with #796F00

Text Example


Text Example

White with #796F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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