Html Css Color HEX #787414 Olivetone

📋 copy color: '#787414'

red 120 ◦ green 116 ◦ blue 20

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

Shades of Olivetone #787414

Tints of Olivetone #787414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.81%

R = 46.88%
G = 45.31%
B = 7.81%

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

#787414 (or 0x787414) is known color: Olivetone. HEX triplet: 78, 74 and 14. RGB value is (120,116,20). Sum of RGB (Red+Green+Blue) = 120+116+20=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #787414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787414 is #878BEB. Grayscale: #6A6A6A. Windows color (decimal): -8883180 or 1340536. OLE color: 1340536.

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

Color convert

RGB 120 116 20 -
CMYK 0 0.03 0.83 0.53
HSL 57.6º 0.71% 0.27% -
HSV(B) 57.6º 0.83% 0.47% -
XYZ 14.12 16.53 3.11 -
YUV 106.25 79.33 137.81 -
System Red Green Blue C M Y K H S L
Decimal 120 116 20 0 0.03 0.83 0.53 57.6 0.71 0.27
Hex 78 74 14 0 3 53 35 3A 47 1B
Octal 170 164 24 0 3 123 65 72 107 33
Binary 1111000 1110100 10100 0 11 1010011 110101 111010 1000111 11011

Color Harmonies of #787414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787414

Black with #787414

Text Example


Text Example

White with #787414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787414; }

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

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

background-color css

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

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

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

border-color css

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

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

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