Html Css Color HEX #797701 Olive

📋 copy color: '#797701'

red 121 ◦ green 119 ◦ blue 1

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

Shades of Olive #797701

Tints of Olive #797701

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.38%

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

R = 50.21%
G = 49.38%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#797701 (or 0x797701) is known color: Olive. HEX triplet: 79, 77 and 01. RGB value is (121,119,1). Sum of RGB (Red+Green+Blue) = 121+119+1=241 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.21% from 241); Green value is 119 (46.88% from 255 or 49.38% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 121 - color contains mainly: red. Hex color #797701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797701 is #8688FE. Grayscale: #6A6A6A. Windows color (decimal): -8816895 or 96121. OLE color: 96121.

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

Color convert

RGB 121 119 1 -
CMYK 0 0.02 0.99 0.53
HSL 59º 0.98% 0.24% -
HSV(B) 59º 0.99% 0.47% -
XYZ 14.49 17.26 2.6 -
YUV 106.15 68.66 138.59 -
System Red Green Blue C M Y K H S L
Decimal 121 119 1 0 0.02 0.99 0.53 59 0.98 0.24
Hex 79 77 1 0 2 63 35 3B 62 18
Octal 171 167 1 0 2 143 65 73 142 30
Binary 1111001 1110111 1 0 10 1100011 110101 111011 1100010 11000

Color Harmonies of #797701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797701

Black with #797701

Text Example


Text Example

White with #797701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797701; }

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

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

background-color css

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

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

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

border-color css

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

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

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