#75955B

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

Shades of Highland #75955B

Tints of Highland #75955B

Color information

#75955B (or 0x75955B) is unknown color: approx Highland. HEX triplet: 75, 95 and 5B. RGB value is (117,149,91). Sum of RGB (Red+Green+Blue) = 117+149+91=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 149 - color contains mainly: green. Hex color #75955B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75955B is #8A6AA4. Grayscale: #858585. Windows color (decimal): -9071269 or 6002037. OLE color: 6002037.

HSL color Cylindrical-coordinate representation of color #75955B: hue angle of 93.1º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75955B is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB11714991-
CMYK0.2100.390.42
HSL93.1º24.17%47.06%-
HSV(B)93.1º38.93%58.43%-
XYZ19.9726.0313.87-
YUV132.82104.4116.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.77%
GREEN value IS 149 (58.59% from 255) = 41.74%
BLUE value IS 91 (35.94% from 255) = 25.49%
R=32.77%
G=41.74%
B=25.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117149910.2100.390.4293.124.1747.06
Hex75955B150272A5d182f
Octal16522513325047521353057
Binary1110101100101011011011101010100111101010101110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75955B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75955B; }

 p { color: rgb(117,149,91); }

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

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

 a { background-color: rgb(117,149,91); }

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

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

 span { border-color: rgb(117,149,91); }

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