Html Css Color HEX #787115 Olivetone

📋 copy color: '#787115'

red 120 ◦ green 113 ◦ blue 21

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

Shades of Olivetone #787115

Tints of Olivetone #787115

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.49%

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

R = 47.24%
G = 44.49%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#787115 (or 0x787115) is known color: Olivetone. HEX triplet: 78, 71 and 15. RGB value is (120,113,21). Sum of RGB (Red+Green+Blue) = 120+113+21=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #787115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787115 is #878EEA. Grayscale: #686868. Windows color (decimal): -8883947 or 1405304. OLE color: 1405304.

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

Color convert

RGB 120 113 21 -
CMYK 0 0.06 0.83 0.53
HSL 55.76º 0.7% 0.28% -
HSV(B) 55.76º 0.83% 0.47% -
XYZ 13.79 15.86 3.04 -
YUV 104.61 80.82 138.98 -
System Red Green Blue C M Y K H S L
Decimal 120 113 21 0 0.06 0.83 0.53 55.76 0.7 0.28
Hex 78 71 15 0 6 53 35 38 46 1C
Octal 170 161 25 0 6 123 65 70 106 34
Binary 1111000 1110001 10101 0 110 1010011 110101 111000 1000110 11100

Color Harmonies of #787115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787115

Black with #787115

Text Example


Text Example

White with #787115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787115; }

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

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

background-color css

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

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

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

border-color css

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

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

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