Html Css Color HEX #797510 Olive

📋 copy color: '#797510'

red 121 ◦ green 117 ◦ blue 16

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

Shades of Olive #797510

Tints of Olive #797510

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.06%

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

R = 47.64%
G = 46.06%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#797510 (or 0x797510) is known color: Olive. HEX triplet: 79, 75 and 10. RGB value is (121,117,16). Sum of RGB (Red+Green+Blue) = 121+117+16=254 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.64% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 121 - color contains mainly: red. Hex color #797510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797510 is #868AEF. Grayscale: #6B6B6B. Windows color (decimal): -8817392 or 1078649. OLE color: 1078649.

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

Color convert

RGB 121 117 16 -
CMYK 0 0.03 0.87 0.53
HSL 57.71º 0.77% 0.27% -
HSV(B) 57.71º 0.87% 0.47% -
XYZ 14.34 16.82 2.98 -
YUV 106.68 76.83 138.21 -
System Red Green Blue C M Y K H S L
Decimal 121 117 16 0 0.03 0.87 0.53 57.71 0.77 0.27
Hex 79 75 10 0 3 57 35 3A 4D 1B
Octal 171 165 20 0 3 127 65 72 115 33
Binary 1111001 1110101 10000 0 11 1010111 110101 111010 1001101 11011

Color Harmonies of #797510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797510

Black with #797510

Text Example


Text Example

White with #797510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797510; }

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

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

background-color css

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

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

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

border-color css

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

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

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