Html Css Color HEX #787413 Olivetone

📋 copy color: '#787413'

red 120 ◦ green 116 ◦ blue 19

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

Shades of Olivetone #787413

Tints of Olivetone #787413

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.49%

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

R = 47.06%
G = 45.49%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#787413 (or 0x787413) is known color: Olivetone. HEX triplet: 78, 74 and 13. RGB value is (120,116,19). Sum of RGB (Red+Green+Blue) = 120+116+19=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #787413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787413 is #878BEC. Grayscale: #6A6A6A. Windows color (decimal): -8883181 or 1275000. OLE color: 1275000.

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

Color convert

RGB 120 116 19 -
CMYK 0 0.03 0.84 0.53
HSL 57.62º 0.73% 0.27% -
HSV(B) 57.62º 0.84% 0.47% -
XYZ 14.11 16.53 3.06 -
YUV 106.14 78.83 137.89 -
System Red Green Blue C M Y K H S L
Decimal 120 116 19 0 0.03 0.84 0.53 57.62 0.73 0.27
Hex 78 74 13 0 3 54 35 3A 49 1B
Octal 170 164 23 0 3 124 65 72 111 33
Binary 1111000 1110100 10011 0 11 1010100 110101 111010 1001001 11011

Color Harmonies of #787413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787413

Black with #787413

Text Example


Text Example

White with #787413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787413; }

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

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

background-color css

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

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

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

border-color css

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

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

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