#777515

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

Shades of Olivetone #777515

Tints of Olivetone #777515

Color information

#777515 (or 0x777515) is unknown color: approx Olivetone. HEX triplet: 77, 75 and 15. RGB value is (119,117,21). Sum of RGB (Red+Green+Blue) = 119+117+21=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #777515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777515 is #888AEA. Grayscale: #6B6B6B. Windows color (decimal): -8948459 or 1406327. OLE color: 1406327.

HSL color Cylindrical-coordinate representation of color #777515: hue angle of 58.78º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #777515 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB11911721-
CMYK00.020.820.53
HSL58.78º70%27.45%-
HSV(B)58.78º82.35%46.67%-
XYZ14.116.73.19-
YUV106.6579.66136.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.30%
GREEN value IS 117 (46.09% from 255) = 45.53%
BLUE value IS 21 (8.59% from 255) = 8.17%
R=46.30%
G=45.53%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191172100.020.820.5358.787027.45
Hex7775150252353b461b
Octal1671652502122657310633
Binary11101111110101101010101010010110101111011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777515; }

 p { color: rgb(119,117,21); }

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

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

 a { background-color: rgb(119,117,21); }

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

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

 span { border-color: rgb(119,117,21); }

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