Html Css Color HEX #75B655 Mantis

📋 copy color: '#75B655'

red 117 ◦ green 182 ◦ blue 85

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

Shades of Mantis #75B655

Tints of Mantis #75B655

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.4%

 BLUE value IS 85 (33.59% from 255) = 22.14%

R = 30.47%
G = 47.4%
B = 22.14%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#75B655 (or 0x75B655) is known color: Mantis. HEX triplet: 75, B6 and 55. RGB value is (117,182,85). Sum of RGB (Red+Green+Blue) = 117+182+85=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 182 (71.48% from 255 or 47.40% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 182 - color contains mainly: green. Hex color #75B655 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B655 is #8A49AA. Grayscale: #979797. Windows color (decimal): -9062827 or 5617269. OLE color: 5617269.

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

Color convert

RGB 117 182 85 -
CMYK 0.36 0 0.53 0.29
HSL 100.21º 0.4% 0.52% -
HSV(B) 100.21º 0.53% 0.71% -
XYZ 25.7 37.89 14.55 -
YUV 151.51 90.47 103.39 -
System Red Green Blue C M Y K H S L
Decimal 117 182 85 0.36 0 0.53 0.29 100.21 0.4 0.52
Hex 75 B6 55 24 0 35 1D 64 28 34
Octal 165 266 125 44 0 65 35 144 50 64
Binary 1110101 10110110 1010101 100100 0 110101 11101 1100100 101000 110100

Color Harmonies of #75B655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B655

Black with #75B655

Text Example


Text Example

White with #75B655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,182,85); }

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

background-color css

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

 a { background-color: rgb(117,182,85); }

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

border-color css

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

 span { border-color: rgb(117,182,85); }

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