#777217

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

Shades of Olivetone #777217

Tints of Olivetone #777217

Color information

#777217 (or 0x777217) is unknown color: approx Olivetone. HEX triplet: 77, 72 and 17. RGB value is (119,114,23). Sum of RGB (Red+Green+Blue) = 119+114+23=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #777217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777217 is #888DE8. Grayscale: #696969. Windows color (decimal): -8949225 or 1536631. OLE color: 1536631.

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

Color convert

RGB11911423-
CMYK00.040.810.53
HSL56.88º67.61%27.84%-
HSV(B)56.88º80.67%46.67%-
XYZ13.7816.023.18-
YUV105.1281.66137.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.48%
GREEN value IS 114 (44.92% from 255) = 44.53%
BLUE value IS 23 (9.38% from 255) = 8.98%
R=46.48%
G=44.53%
B=8.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.81
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191142300.040.810.5356.8867.6127.84
Hex77721704513539441c
Octal1671622704121657110434
Binary111011111100101011101001010001110101111001100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777217; }

 p { color: rgb(119,114,23); }

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

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

 a { background-color: rgb(119,114,23); }

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

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

 span { border-color: rgb(119,114,23); }

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