Html Css Color HEX #797310 Olive

📋 copy color: '#797310'

red 121 ◦ green 115 ◦ blue 16

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

Shades of Olive #797310

Tints of Olive #797310

RGB

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

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

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

R = 48.02%
G = 45.63%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#797310 (or 0x797310) is known color: Olive. HEX triplet: 79, 73 and 10. RGB value is (121,115,16). Sum of RGB (Red+Green+Blue) = 121+115+16=252 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.02% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 121 - color contains mainly: red. Hex color #797310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797310 is #868CEF. Grayscale: #696969. Windows color (decimal): -8817904 or 1078137. OLE color: 1078137.

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

Color convert

RGB 121 115 16 -
CMYK 0 0.05 0.87 0.53
HSL 56.57º 0.77% 0.27% -
HSV(B) 56.57º 0.87% 0.47% -
XYZ 14.11 16.36 2.91 -
YUV 105.51 77.49 139.05 -
System Red Green Blue C M Y K H S L
Decimal 121 115 16 0 0.05 0.87 0.53 56.57 0.77 0.27
Hex 79 73 10 0 5 57 35 39 4D 1B
Octal 171 163 20 0 5 127 65 71 115 33
Binary 1111001 1110011 10000 0 101 1010111 110101 111001 1001101 11011

Color Harmonies of #797310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797310

Black with #797310

Text Example


Text Example

White with #797310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797310; }

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

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

background-color css

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

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

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

border-color css

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

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

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