Html Css Color HEX #796F01 Olive

📋 copy color: '#796F01'

red 121 ◦ green 111 ◦ blue 1

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

Shades of Olive #796F01

Tints of Olive #796F01

RGB

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

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

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

R = 51.93%
G = 47.64%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#796F01 (or 0x796F01) is known color: Olive. HEX triplet: 79, 6F and 01. RGB value is (121,111,1). Sum of RGB (Red+Green+Blue) = 121+111+1=233 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.93% from 233); Green value is 111 (43.75% from 255 or 47.64% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 121 - color contains mainly: red. Hex color #796F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796F01 is #8690FE. Grayscale: #656565. Windows color (decimal): -8818943 or 94073. OLE color: 94073.

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

Color convert

RGB 121 111 1 -
CMYK 0 0.08 0.99 0.53
HSL 55º 0.98% 0.24% -
HSV(B) 55º 0.99% 0.47% -
XYZ 13.58 15.44 2.29 -
YUV 101.45 71.31 141.94 -
System Red Green Blue C M Y K H S L
Decimal 121 111 1 0 0.08 0.99 0.53 55 0.98 0.24
Hex 79 6F 1 0 8 63 35 37 62 18
Octal 171 157 1 0 10 143 65 67 142 30
Binary 1111001 1101111 1 0 1000 1100011 110101 110111 1100010 11000

Color Harmonies of #796F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796F01

Black with #796F01

Text Example


Text Example

White with #796F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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