#777616

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

Shades of Olivetone #777616

Tints of Olivetone #777616

Color information

#777616 (or 0x777616) is unknown color: approx Olivetone. HEX triplet: 77, 76 and 16. RGB value is (119,118,22). Sum of RGB (Red+Green+Blue) = 119+118+22=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #777616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777616 is #8889E9. Grayscale: #6B6B6B. Windows color (decimal): -8948202 or 1472119. OLE color: 1472119.

HSL color Cylindrical-coordinate representation of color #777616: hue angle of 59.38º degrees, saturation: 0.69, 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 #777616 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB11911822-
CMYK00.010.820.53
HSL59.38º68.79%27.65%-
HSV(B)59.38º81.51%46.67%-
XYZ14.2316.943.28-
YUV107.3579.83136.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 118 (46.48% from 255) = 45.56%
BLUE value IS 22 (8.98% from 255) = 8.49%
R=45.95%
G=45.56%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191182200.010.820.5359.3868.7927.65
Hex7776160152353b451c
Octal1671662601122657310534
Binary1110111111011010110011010010110101111011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777616; }

 p { color: rgb(119,118,22); }

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

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

 a { background-color: rgb(119,118,22); }

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

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

 span { border-color: rgb(119,118,22); }

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