Html Css Color HEX #75C664 Mantis

📋 copy color: '#75C664'

red 117 ◦ green 198 ◦ blue 100

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

Shades of Mantis #75C664

Tints of Mantis #75C664

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.71%

 BLUE value IS 100 (39.45% from 255) = 24.1%

R = 28.19%
G = 47.71%
B = 24.1%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#75C664 (or 0x75C664) is known color: Mantis. HEX triplet: 75, C6 and 64. RGB value is (117,198,100). Sum of RGB (Red+Green+Blue) = 117+198+100=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 198 (77.73% from 255 or 47.71% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 198 - color contains mainly: green. Hex color #75C664 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C664 is #8A399B. Grayscale: #A2A2A2. Windows color (decimal): -9058716 or 6604405. OLE color: 6604405.

HSL color Cylindrical-coordinate representation of color #75C664: hue angle of 109.59º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75C664 is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 198 100 -
CMYK 0.41 0 0.49 0.22
HSL 109.59º 0.46% 0.58% -
HSV(B) 109.59º 0.49% 0.78% -
XYZ 29.83 45.09 19.19 -
YUV 162.61 92.66 95.47 -
System Red Green Blue C M Y K H S L
Decimal 117 198 100 0.41 0 0.49 0.22 109.59 0.46 0.58
Hex 75 C6 64 29 0 31 16 6E 2E 3A
Octal 165 306 144 51 0 61 26 156 56 72
Binary 1110101 11000110 1100100 101001 0 110001 10110 1101110 101110 111010

Color Harmonies of #75C664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C664

Black with #75C664

Text Example


Text Example

White with #75C664

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,198,100); }

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

background-color css

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

 a { background-color: rgb(117,198,100); }

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

border-color css

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

 span { border-color: rgb(117,198,100); }

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