#758F4B

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

Shades of Highland #758F4B

Tints of Highland #758F4B

Color information

#758F4B (or 0x758F4B) is unknown color: approx Highland. HEX triplet: 75, 8F and 4B. RGB value is (117,143,75). Sum of RGB (Red+Green+Blue) = 117+143+75=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 143 - color contains mainly: green. Hex color #758F4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758F4B is #8A70B4. Grayscale: #7F7F7F. Windows color (decimal): -9072821 or 4951925. OLE color: 4951925.

HSL color Cylindrical-coordinate representation of color #758F4B: hue angle of 82.94º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #758F4B is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB11714375-
CMYK0.1800.480.44
HSL82.94º31.19%42.75%-
HSV(B)82.94º47.55%56.08%-
XYZ18.4323.9310.31-
YUV127.4798.39120.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.93%
GREEN value IS 143 (56.25% from 255) = 42.69%
BLUE value IS 75 (29.69% from 255) = 22.39%
R=34.93%
G=42.69%
B=22.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117143750.1800.480.4482.9431.1942.75
Hex758F4B120302C531f2b
Octal16521711322060541233753
Binary1110101100011111001011100100110000101100101001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758F4B; }

 p { color: rgb(117,143,75); }

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

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

 a { background-color: rgb(117,143,75); }

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

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

 span { border-color: rgb(117,143,75); }

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