Html Css Color HEX #796E01 Olive

📋 copy color: '#796E01'

red 121 ◦ green 110 ◦ blue 1

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

Shades of Olive #796E01

Tints of Olive #796E01

RGB

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

 GREEN value IS 110 (43.36% from 255) = 47.41%

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 52.16%
G = 47.41%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#796E01 (or 0x796E01) is known color: Olive. HEX triplet: 79, 6E and 01. RGB value is (121,110,1). Sum of RGB (Red+Green+Blue) = 121+110+1=232 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.16% from 232); Green value is 110 (43.36% from 255 or 47.41% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 121 - color contains mainly: red. Hex color #796E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796E01 is #8691FE. Grayscale: #656565. Windows color (decimal): -8819199 or 93817. OLE color: 93817.

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

Color convert

RGB 121 110 1 -
CMYK 0 0.09 0.99 0.53
HSL 54.5º 0.98% 0.24% -
HSV(B) 54.5º 0.99% 0.47% -
XYZ 13.47 15.22 2.26 -
YUV 100.86 71.64 142.36 -
System Red Green Blue C M Y K H S L
Decimal 121 110 1 0 0.09 0.99 0.53 54.5 0.98 0.24
Hex 79 6E 1 0 9 63 35 36 62 18
Octal 171 156 1 0 11 143 65 66 142 30
Binary 1111001 1101110 1 0 1001 1100011 110101 110110 1100010 11000

Color Harmonies of #796E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796E01

Black with #796E01

Text Example


Text Example

White with #796E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,110,1); }

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

background-color css

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

 a { background-color: rgb(121,110,1); }

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

border-color css

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

 span { border-color: rgb(121,110,1); }

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