#75B25C

Color #75B25C Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #75B25C

Tints of Mantis #75B25C

Color information

#75B25C (or 0x75B25C) is unknown color: approx Mantis. HEX triplet: 75, B2 and 5C. RGB value is (117,178,92). Sum of RGB (Red+Green+Blue) = 117+178+92=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 178 - color contains mainly: green. Hex color #75B25C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75B25C is #8A4DA3. Grayscale: #969696. Windows color (decimal): -9063844 or 6074997. OLE color: 6074997.

HSL color Cylindrical-coordinate representation of color #75B25C: hue angle of 102.56º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75B25C is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB11717892-
CMYK0.3400.480.30
HSL102.56º35.83%52.94%-
HSV(B)102.56º48.31%69.8%-
XYZ25.1936.415.82-
YUV149.9695.29104.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.23%
GREEN value IS 178 (69.92% from 255) = 45.99%
BLUE value IS 92 (36.33% from 255) = 23.77%
R=30.23%
G=45.99%
B=23.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal117178920.3400.480.30102.5635.8352.94
Hex75B25C220301E672435
Octal16526213442060361474465
Binary11101011011001010111001000100110000111101100111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75B25C; }

 p { color: rgb(117,178,92); }

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

<style>
 a { background-color: #75B25C; }

 a { background-color: rgb(117,178,92); }

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

<style>
 span { border-color: #75B25C; }

 span { border-color: rgb(117,178,92); }

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