Html Css Color HEX #797610 Olive

📋 copy color: '#797610'

red 121 ◦ green 118 ◦ blue 16

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

Shades of Olive #797610

Tints of Olive #797610

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.27%

 BLUE value IS 16 (6.64% from 255) = 6.27%

R = 47.45%
G = 46.27%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#797610 (or 0x797610) is known color: Olive. HEX triplet: 79, 76 and 10. RGB value is (121,118,16). Sum of RGB (Red+Green+Blue) = 121+118+16=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 121 - color contains mainly: red. Hex color #797610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797610 is #8689EF. Grayscale: #6B6B6B. Windows color (decimal): -8817136 or 1078905. OLE color: 1078905.

HSL color Cylindrical-coordinate representation of color #797610: hue angle of 58.29º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #797610 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 118 16 -
CMYK 0 0.02 0.87 0.53
HSL 58.29º 0.77% 0.27% -
HSV(B) 58.29º 0.87% 0.47% -
XYZ 14.46 17.06 3.02 -
YUV 107.27 76.49 137.79 -
System Red Green Blue C M Y K H S L
Decimal 121 118 16 0 0.02 0.87 0.53 58.29 0.77 0.27
Hex 79 76 10 0 2 57 35 3A 4D 1B
Octal 171 166 20 0 2 127 65 72 115 33
Binary 1111001 1110110 10000 0 10 1010111 110101 111010 1001101 11011

Color Harmonies of #797610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797610

Black with #797610

Text Example


Text Example

White with #797610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797610; }

 p { color: rgb(121,118,16); }

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

background-color css

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

 a { background-color: rgb(121,118,16); }

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

border-color css

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

 span { border-color: rgb(121,118,16); }

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