Html Css Color HEX #797515 Olivetone

📋 copy color: '#797515'

red 121 ◦ green 117 ◦ blue 21

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

Shades of Olivetone #797515

Tints of Olivetone #797515

RGB

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

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

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

R = 46.72%
G = 45.17%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#797515 (or 0x797515) is known color: Olivetone. HEX triplet: 79, 75 and 15. RGB value is (121,117,21). Sum of RGB (Red+Green+Blue) = 121+117+21=259 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.72% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 121 - color contains mainly: red. Hex color #797515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797515 is #868AEA. Grayscale: #6B6B6B. Windows color (decimal): -8817387 or 1406329. OLE color: 1406329.

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

Color convert

RGB 121 117 21 -
CMYK 0 0.03 0.83 0.53
HSL 57.6º 0.7% 0.28% -
HSV(B) 57.6º 0.83% 0.47% -
XYZ 14.38 16.84 3.2 -
YUV 107.25 79.33 137.81 -
System Red Green Blue C M Y K H S L
Decimal 121 117 21 0 0.03 0.83 0.53 57.6 0.7 0.28
Hex 79 75 15 0 3 53 35 3A 46 1C
Octal 171 165 25 0 3 123 65 72 106 34
Binary 1111001 1110101 10101 0 11 1010011 110101 111010 1000110 11100

Color Harmonies of #797515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797515

Black with #797515

Text Example


Text Example

White with #797515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797515; }

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

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

background-color css

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

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

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

border-color css

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

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

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