#757715

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

Shades of Olivetone #757715

Tints of Olivetone #757715

Color information

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

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

Color convert

RGB11711921-
CMYK0.0200.820.53
HSL61.22º70%27.45%-
HSV(B)61.22º82.35%46.67%-
XYZ14.0717.033.26-
YUV107.2379.34134.97-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117119210.0200.820.5361.227027.45
Hex7577152052353d461b
Octal1651672520122657510633
Binary11101011110111101011001010010110101111101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757715; }

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

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

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

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

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

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

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

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