Html Css Color HEX #787215 Olivetone

📋 copy color: '#787215'

red 120 ◦ green 114 ◦ blue 21

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

Shades of Olivetone #787215

Tints of Olivetone #787215

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.71%

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

R = 47.06%
G = 44.71%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#787215 (or 0x787215) is known color: Olivetone. HEX triplet: 78, 72 and 15. RGB value is (120,114,21). Sum of RGB (Red+Green+Blue) = 120+114+21=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #787215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787215 is #878DEA. Grayscale: #696969. Windows color (decimal): -8883691 or 1405560. OLE color: 1405560.

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

Color convert

RGB 120 114 21 -
CMYK 0 0.05 0.83 0.53
HSL 56.36º 0.7% 0.28% -
HSV(B) 56.36º 0.83% 0.47% -
XYZ 13.9 16.08 3.08 -
YUV 105.19 80.49 138.56 -
System Red Green Blue C M Y K H S L
Decimal 120 114 21 0 0.05 0.83 0.53 56.36 0.7 0.28
Hex 78 72 15 0 5 53 35 38 46 1C
Octal 170 162 25 0 5 123 65 70 106 34
Binary 1111000 1110010 10101 0 101 1010011 110101 111000 1000110 11100

Color Harmonies of #787215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787215

Black with #787215

Text Example


Text Example

White with #787215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787215; }

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

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

background-color css

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

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

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

border-color css

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

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

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