Html Css Color HEX #797015 Olivetone

📋 copy color: '#797015'

red 121 ◦ green 112 ◦ blue 21

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

Shades of Olivetone #797015

Tints of Olivetone #797015

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.09%

 BLUE value IS 21 (8.59% from 255) = 8.27%

R = 47.64%
G = 44.09%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#797015 (or 0x797015) is known color: Olivetone. HEX triplet: 79, 70 and 15. RGB value is (121,112,21). Sum of RGB (Red+Green+Blue) = 121+112+21=254 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.64% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 121 - color contains mainly: red. Hex color #797015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797015 is #868FEA. Grayscale: #686868. Windows color (decimal): -8818667 or 1405049. OLE color: 1405049.

HSL color Cylindrical-coordinate representation of color #797015: hue angle of 54.6º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #797015 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 112 21 -
CMYK 0 0.07 0.83 0.53
HSL 54.6º 0.7% 0.28% -
HSV(B) 54.6º 0.83% 0.47% -
XYZ 13.81 15.71 3.01 -
YUV 104.32 80.98 139.9 -
System Red Green Blue C M Y K H S L
Decimal 121 112 21 0 0.07 0.83 0.53 54.6 0.7 0.28
Hex 79 70 15 0 7 53 35 37 46 1C
Octal 171 160 25 0 7 123 65 67 106 34
Binary 1111001 1110000 10101 0 111 1010011 110101 110111 1000110 11100

Color Harmonies of #797015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797015

Black with #797015

Text Example


Text Example

White with #797015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797015; }

 p { color: rgb(121,112,21); }

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

background-color css

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

 a { background-color: rgb(121,112,21); }

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

border-color css

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

 span { border-color: rgb(121,112,21); }

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