Html Css Color HEX #797101 Olive

📋 copy color: '#797101'

red 121 ◦ green 113 ◦ blue 1

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

Shades of Olive #797101

Tints of Olive #797101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.09%

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

R = 51.49%
G = 48.09%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#797101 (or 0x797101) is known color: Olive. HEX triplet: 79, 71 and 01. RGB value is (121,113,1). Sum of RGB (Red+Green+Blue) = 121+113+1=235 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.49% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 121 - color contains mainly: red. Hex color #797101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797101 is #868EFE. Grayscale: #676767. Windows color (decimal): -8818431 or 94585. OLE color: 94585.

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

Color convert

RGB 121 113 1 -
CMYK 0 0.07 0.99 0.53
HSL 56º 0.98% 0.24% -
HSV(B) 56º 0.99% 0.47% -
XYZ 13.8 15.88 2.37 -
YUV 102.62 70.65 141.11 -
System Red Green Blue C M Y K H S L
Decimal 121 113 1 0 0.07 0.99 0.53 56 0.98 0.24
Hex 79 71 1 0 7 63 35 38 62 18
Octal 171 161 1 0 7 143 65 70 142 30
Binary 1111001 1110001 1 0 111 1100011 110101 111000 1100010 11000

Color Harmonies of #797101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797101

Black with #797101

Text Example


Text Example

White with #797101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797101; }

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

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

background-color css

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

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

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

border-color css

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

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

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