#757226

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

Shades of Olivetone #757226

Tints of Olivetone #757226

Color information

#757226 (or 0x757226) is unknown color: approx Olivetone. HEX triplet: 75, 72 and 26. RGB value is (117,114,38). Sum of RGB (Red+Green+Blue) = 117+114+38=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 114 (44.92% from 255 or 42.38% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #757226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757226 is #8A8DD9. Grayscale: #6A6A6A. Windows color (decimal): -9080282 or 2519669. OLE color: 2519669.

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

Color convert

RGB11711438-
CMYK00.030.680.54
HSL57.72º50.97%30.39%-
HSV(B)57.72º67.52%45.88%-
XYZ13.715.964.19-
YUV106.2389.49135.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.49%
GREEN value IS 114 (44.92% from 255) = 42.38%
BLUE value IS 38 (15.23% from 255) = 14.13%
R=43.49%
G=42.38%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171143800.030.680.5457.7250.9730.39
Hex7572260344363a331e
Octal165162460310466726336
Binary11101011110010100110011100010011011011101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757226; }

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

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

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

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

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

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

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

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