#75924D

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

Shades of Highland #75924D

Tints of Highland #75924D

Color information

#75924D (or 0x75924D) is unknown color: approx Highland. HEX triplet: 75, 92 and 4D. RGB value is (117,146,77). Sum of RGB (Red+Green+Blue) = 117+146+77=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 146 - color contains mainly: green. Hex color #75924D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75924D is #8A6DB2. Grayscale: #818181. Windows color (decimal): -9072051 or 5083765. OLE color: 5083765.

HSL color Cylindrical-coordinate representation of color #75924D: hue angle of 85.22º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75924D is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB11714677-
CMYK0.2000.470.43
HSL85.22º30.94%43.73%-
HSV(B)85.22º47.26%57.25%-
XYZ18.9524.8810.82-
YUV129.4698.39119.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.41%
GREEN value IS 146 (57.42% from 255) = 42.94%
BLUE value IS 77 (30.47% from 255) = 22.65%
R=34.41%
G=42.94%
B=22.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117146770.2000.470.4385.2230.9443.73
Hex75924D1402F2B551f2c
Octal16522211524057531253754
Binary1110101100100101001101101000101111101011101010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75924D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75924D; }

 p { color: rgb(117,146,77); }

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

<style>
 a { background-color: #75924D; }

 a { background-color: rgb(117,146,77); }

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

<style>
 span { border-color: #75924D; }

 span { border-color: rgb(117,146,77); }

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