#777013

Color #777013 Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #777013

Tints of Olivetone #777013

Color information

#777013 (or 0x777013) is unknown color: approx Olivetone. HEX triplet: 77, 70 and 13. RGB value is (119,112,19). Sum of RGB (Red+Green+Blue) = 119+112+19=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #777013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777013 is #888FEC. Grayscale: #676767. Windows color (decimal): -8949741 or 1273975. OLE color: 1273975.

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

Color convert

RGB11911219-
CMYK00.060.840.53
HSL55.8º72.46%27.06%-
HSV(B)55.8º84.03%46.67%-
XYZ13.5215.562.91-
YUV103.4980.32139.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.6%
GREEN value IS 112 (44.14% from 255) = 44.8%
BLUE value IS 19 (7.81% from 255) = 7.6%
R=47.6%
G=44.8%
B=7.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191121900.060.840.5355.872.4627.06
Hex77701306543538481b
Octal1671602306124657011033
Binary111011111100001001101101010100110101111000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777013; }

 p { color: rgb(119,112,19); }

 H1.HeaderClassName
 {
   color: #777013;
 }
 .AnyTagClassName
 {
   color: #777013;
 }
</style>
background-color css

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

 a { background-color: rgb(119,112,19); }

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

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

 span { border-color: rgb(119,112,19); }

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