#75855A

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

Shades of Highland #75855A

Tints of Highland #75855A

Color information

#75855A (or 0x75855A) is unknown color: approx Highland. HEX triplet: 75, 85 and 5A. RGB value is (117,133,90). Sum of RGB (Red+Green+Blue) = 117+133+90=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 133 - color contains mainly: green. Hex color #75855A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75855A is #8A7AA5. Grayscale: #7B7B7B. Windows color (decimal): -9075366 or 5932405. OLE color: 5932405.

HSL color Cylindrical-coordinate representation of color #75855A: hue angle of 82.33º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75855A is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB11713390-
CMYK0.1200.320.48
HSL82.33º19.28%43.73%-
HSV(B)82.33º32.33%52.16%-
XYZ17.5721.312.86-
YUV123.31109.2123.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.41%
GREEN value IS 133 (52.34% from 255) = 39.12%
BLUE value IS 90 (35.55% from 255) = 26.47%
R=34.41%
G=39.12%
B=26.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117133900.1200.320.4882.3319.2843.73
Hex75855AC0203052132c
Octal16520513214040601222354
Binary111010110000101101101011000100000110000101001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75855A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,133,90); }

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

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

 a { background-color: rgb(117,133,90); }

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

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

 span { border-color: rgb(117,133,90); }

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