Html Css Color HEX #797313 Olivetone

📋 copy color: '#797313'

red 121 ◦ green 115 ◦ blue 19

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

Shades of Olivetone #797313

Tints of Olivetone #797313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.45%

R = 47.45%
G = 45.1%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#797313 (or 0x797313) is known color: Olivetone. HEX triplet: 79, 73 and 13. RGB value is (121,115,19). Sum of RGB (Red+Green+Blue) = 121+115+19=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 121 - color contains mainly: red. Hex color #797313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797313 is #868CEC. Grayscale: #6A6A6A. Windows color (decimal): -8817901 or 1274745. OLE color: 1274745.

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

Color convert

RGB 121 115 19 -
CMYK 0 0.05 0.84 0.53
HSL 56.47º 0.73% 0.27% -
HSV(B) 56.47º 0.84% 0.47% -
XYZ 14.13 16.37 3.03 -
YUV 105.85 78.99 138.81 -
System Red Green Blue C M Y K H S L
Decimal 121 115 19 0 0.05 0.84 0.53 56.47 0.73 0.27
Hex 79 73 13 0 5 54 35 38 49 1B
Octal 171 163 23 0 5 124 65 70 111 33
Binary 1111001 1110011 10011 0 101 1010100 110101 111000 1001001 11011

Color Harmonies of #797313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797313

Black with #797313

Text Example


Text Example

White with #797313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797313; }

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

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

background-color css

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

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

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

border-color css

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

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

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