Html Css Color HEX #787315 Olivetone

📋 copy color: '#787315'

red 120 ◦ green 115 ◦ blue 21

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

Shades of Olivetone #787315

Tints of Olivetone #787315

RGB

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

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

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

R = 46.88%
G = 44.92%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#787315 (or 0x787315) is known color: Olivetone. HEX triplet: 78, 73 and 15. RGB value is (120,115,21). Sum of RGB (Red+Green+Blue) = 120+115+21=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #787315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787315 is #878CEA. Grayscale: #6A6A6A. Windows color (decimal): -8883435 or 1405816. OLE color: 1405816.

HSL color Cylindrical-coordinate representation of color #787315: hue angle of 56.97º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #787315 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 115 21 -
CMYK 0 0.04 0.83 0.53
HSL 56.97º 0.7% 0.28% -
HSV(B) 56.97º 0.83% 0.47% -
XYZ 14.01 16.31 3.12 -
YUV 105.78 80.16 138.14 -
System Red Green Blue C M Y K H S L
Decimal 120 115 21 0 0.04 0.83 0.53 56.97 0.7 0.28
Hex 78 73 15 0 4 53 35 39 46 1C
Octal 170 163 25 0 4 123 65 71 106 34
Binary 1111000 1110011 10101 0 100 1010011 110101 111001 1000110 11100

Color Harmonies of #787315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787315

Black with #787315

Text Example


Text Example

White with #787315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787315; }

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

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

background-color css

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

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

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

border-color css

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

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

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