Html Css Color HEX #797301 Olive

📋 copy color: '#797301'

red 121 ◦ green 115 ◦ blue 1

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

Shades of Olive #797301

Tints of Olive #797301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.52%

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

R = 51.05%
G = 48.52%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#797301 (or 0x797301) is known color: Olive. HEX triplet: 79, 73 and 01. RGB value is (121,115,1). Sum of RGB (Red+Green+Blue) = 121+115+1=237 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.05% from 237); Green value is 115 (45.31% from 255 or 48.52% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 121 - color contains mainly: red. Hex color #797301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797301 is #868CFE. Grayscale: #686868. Windows color (decimal): -8817919 or 95097. OLE color: 95097.

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

Color convert

RGB 121 115 1 -
CMYK 0 0.05 0.99 0.53
HSL 57º 0.98% 0.24% -
HSV(B) 57º 0.99% 0.47% -
XYZ 14.02 16.33 2.44 -
YUV 103.8 69.99 140.27 -
System Red Green Blue C M Y K H S L
Decimal 121 115 1 0 0.05 0.99 0.53 57 0.98 0.24
Hex 79 73 1 0 5 63 35 39 62 18
Octal 171 163 1 0 5 143 65 71 142 30
Binary 1111001 1110011 1 0 101 1100011 110101 111001 1100010 11000

Color Harmonies of #797301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797301

Black with #797301

Text Example


Text Example

White with #797301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797301; }

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

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

background-color css

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

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

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

border-color css

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

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

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