Html Css Color HEX #75B758 Mantis

📋 copy color: '#75B758'

red 117 ◦ green 183 ◦ blue 88

#75B758
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #75B758

Tints of Mantis #75B758

RGB

 RED value IS 117 (46.09% from 255) = 30.15%

 GREEN value IS 183 (71.88% from 255) = 47.16%

 BLUE value IS 88 (34.77% from 255) = 22.68%

R = 30.15%
G = 47.16%
B = 22.68%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#75B758 (or 0x75B758) is known color: Mantis. HEX triplet: 75, B7 and 58. RGB value is (117,183,88). Sum of RGB (Red+Green+Blue) = 117+183+88=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 183 (71.88% from 255 or 47.16% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 183 - color contains mainly: green. Hex color #75B758 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B758 is #8A48A7. Grayscale: #989898. Windows color (decimal): -9062568 or 5814133. OLE color: 5814133.

HSL color Cylindrical-coordinate representation of color #75B758: hue angle of 101.68º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75B758 is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB 117 183 88 -
CMYK 0.36 0 0.52 0.28
HSL 101.68º 0.4% 0.53% -
HSV(B) 101.68º 0.52% 0.72% -
XYZ 26.03 38.35 15.26 -
YUV 152.44 91.63 102.72 -
System Red Green Blue C M Y K H S L
Decimal 117 183 88 0.36 0 0.52 0.28 101.68 0.4 0.53
Hex 75 B7 58 24 0 34 1C 66 28 35
Octal 165 267 130 44 0 64 34 146 50 65
Binary 1110101 10110111 1011000 100100 0 110100 11100 1100110 101000 110101

Color Harmonies of #75B758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B758

Black with #75B758

Text Example


Text Example

White with #75B758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,183,88); }

 H1.HeaderClassName
 {
   color: #75B758;
 }
 .AnyTagClassName
 {
   color: #75B758;
 }
</style>

background-color css

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

 a { background-color: rgb(117,183,88); }

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

border-color css

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

 span { border-color: rgb(117,183,88); }

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