Html Css Color HEX #75C165 Mantis

📋 copy color: '#75C165'

red 117 ◦ green 193 ◦ blue 101

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

Shades of Mantis #75C165

Tints of Mantis #75C165

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.96%

 BLUE value IS 101 (39.84% from 255) = 24.57%

R = 28.47%
G = 46.96%
B = 24.57%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#75C165 (or 0x75C165) is known color: Mantis. HEX triplet: 75, C1 and 65. RGB value is (117,193,101). Sum of RGB (Red+Green+Blue) = 117+193+101=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #75C165 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C165 is #8A3E9A. Grayscale: #A0A0A0. Windows color (decimal): -9059995 or 6668661. OLE color: 6668661.

HSL color Cylindrical-coordinate representation of color #75C165: hue angle of 109.57º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75C165 is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 193 101 -
CMYK 0.39 0 0.48 0.24
HSL 109.57º 0.43% 0.58% -
HSV(B) 109.57º 0.48% 0.76% -
XYZ 28.76 42.86 19.07 -
YUV 159.79 94.82 97.48 -
System Red Green Blue C M Y K H S L
Decimal 117 193 101 0.39 0 0.48 0.24 109.57 0.43 0.58
Hex 75 C1 65 27 0 30 18 6E 2B 3A
Octal 165 301 145 47 0 60 30 156 53 72
Binary 1110101 11000001 1100101 100111 0 110000 11000 1101110 101011 111010

Color Harmonies of #75C165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C165

Black with #75C165

Text Example


Text Example

White with #75C165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,193,101); }

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

background-color css

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

 a { background-color: rgb(117,193,101); }

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

border-color css

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

 span { border-color: rgb(117,193,101); }

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