#75702A

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

Shades of Olivetone #75702A

Tints of Olivetone #75702A

Color information

#75702A (or 0x75702A) is unknown color: approx Olivetone. HEX triplet: 75, 70 and 2A. RGB value is (117,112,42). Sum of RGB (Red+Green+Blue) = 117+112+42=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #75702A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75702A is #8A8FD5. Grayscale: #696969. Windows color (decimal): -9080790 or 2781301. OLE color: 2781301.

HSL color Cylindrical-coordinate representation of color #75702A: hue angle of 56º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75702A is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB11711242-
CMYK00.040.640.54
HSL56º47.17%31.18%-
HSV(B)56º64.1%45.88%-
XYZ13.5515.544.48-
YUV105.5292.16136.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.17%
GREEN value IS 112 (44.14% from 255) = 41.33%
BLUE value IS 42 (16.80% from 255) = 15.50%
R=43.17%
G=41.33%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171124200.040.640.545647.1731.18
Hex75702A044036382f1f
Octal165160520410066705737
Binary111010111100001010100100100000011011011100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75702A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75702A; }

 p { color: rgb(117,112,42); }

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

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

 a { background-color: rgb(117,112,42); }

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

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

 span { border-color: rgb(117,112,42); }

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