Html Css Color HEX #787313 Olivetone

📋 copy color: '#787313'

red 120 ◦ green 115 ◦ blue 19

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

Shades of Olivetone #787313

Tints of Olivetone #787313

RGB

 RED value IS 120 (47.27% from 255) = 47.24%

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

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

R = 47.24%
G = 45.28%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#787313 (or 0x787313) is known color: Olivetone. HEX triplet: 78, 73 and 13. RGB value is (120,115,19). Sum of RGB (Red+Green+Blue) = 120+115+19=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #787313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787313 is #878CEC. Grayscale: #696969. Windows color (decimal): -8883437 or 1274744. OLE color: 1274744.

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

Color convert

RGB 120 115 19 -
CMYK 0 0.04 0.84 0.53
HSL 57.03º 0.73% 0.27% -
HSV(B) 57.03º 0.84% 0.47% -
XYZ 13.99 16.3 3.03 -
YUV 105.55 79.16 138.31 -
System Red Green Blue C M Y K H S L
Decimal 120 115 19 0 0.04 0.84 0.53 57.03 0.73 0.27
Hex 78 73 13 0 4 54 35 39 49 1B
Octal 170 163 23 0 4 124 65 71 111 33
Binary 1111000 1110011 10011 0 100 1010100 110101 111001 1001001 11011

Color Harmonies of #787313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787313

Black with #787313

Text Example


Text Example

White with #787313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787313; }

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

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

background-color css

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

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

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

border-color css

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

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

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