#757216

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

Shades of Olivetone #757216

Tints of Olivetone #757216

Color information

#757216 (or 0x757216) is unknown color: approx Olivetone. HEX triplet: 75, 72 and 16. RGB value is (117,114,22). Sum of RGB (Red+Green+Blue) = 117+114+22=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #757216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757216 is #8A8DE9. Grayscale: #686868. Windows color (decimal): -9080298 or 1471093. OLE color: 1471093.

HSL color Cylindrical-coordinate representation of color #757216: hue angle of 58.11º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #757216 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB11711422-
CMYK00.030.810.54
HSL58.11º68.35%27.25%-
HSV(B)58.11º81.2%45.88%-
XYZ13.515.873.11-
YUV104.4181.49136.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.25%
GREEN value IS 114 (44.92% from 255) = 45.06%
BLUE value IS 22 (8.98% from 255) = 8.70%
R=46.25%
G=45.06%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171142200.030.810.5458.1168.3527.25
Hex7572160351363a441b
Octal1651622603121667210433
Binary11101011110010101100111010001110110111010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757216; }

 p { color: rgb(117,114,22); }

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

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

 a { background-color: rgb(117,114,22); }

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

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

 span { border-color: rgb(117,114,22); }

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