#75884F

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

Shades of Highland #75884F

Tints of Highland #75884F

Color information

#75884F (or 0x75884F) is unknown color: approx Highland. HEX triplet: 75, 88 and 4F. RGB value is (117,136,79). Sum of RGB (Red+Green+Blue) = 117+136+79=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 136 - color contains mainly: green. Hex color #75884F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75884F is #8A77B0. Grayscale: #7C7C7C. Windows color (decimal): -9074609 or 5212277. OLE color: 5212277.

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

Color convert

RGB11713679-
CMYK0.1400.420.47
HSL80º26.51%42.16%-
HSV(B)80º41.91%53.33%-
XYZ17.5521.9510.71-
YUV123.82102.71123.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.24%
GREEN value IS 136 (53.52% from 255) = 40.96%
BLUE value IS 79 (31.25% from 255) = 23.80%
R=35.24%
G=40.96%
B=23.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117136790.1400.420.478026.5142.16
Hex75884FE02A2F501b2a
Octal16521011716052571203352
Binary111010110001000100111111100101010101111101000011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75884F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75884F; }

 p { color: rgb(117,136,79); }

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

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

 a { background-color: rgb(117,136,79); }

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

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

 span { border-color: rgb(117,136,79); }

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