Html Css Color HEX #75B95D Mantis

📋 copy color: '#75B95D'

red 117 ◦ green 185 ◦ blue 93

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

Shades of Mantis #75B95D

Tints of Mantis #75B95D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.84%

 BLUE value IS 93 (36.72% from 255) = 23.54%

R = 29.62%
G = 46.84%
B = 23.54%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#75B95D (or 0x75B95D) is known color: Mantis. HEX triplet: 75, B9 and 5D. RGB value is (117,185,93). Sum of RGB (Red+Green+Blue) = 117+185+93=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 185 - color contains mainly: green. Hex color #75B95D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B95D is #8A46A2. Grayscale: #9A9A9A. Windows color (decimal): -9062051 or 6142325. OLE color: 6142325.

HSL color Cylindrical-coordinate representation of color #75B95D: hue angle of 104.35º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75B95D is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 185 93 -
CMYK 0.37 0 0.50 0.27
HSL 104.35º 0.4% 0.55% -
HSV(B) 104.35º 0.5% 0.73% -
XYZ 26.66 39.27 16.53 -
YUV 154.18 93.47 101.48 -
System Red Green Blue C M Y K H S L
Decimal 117 185 93 0.37 0 0.50 0.27 104.35 0.4 0.55
Hex 75 B9 5D 25 0 32 1B 68 28 37
Octal 165 271 135 45 0 62 33 150 50 67
Binary 1110101 10111001 1011101 100101 0 110010 11011 1101000 101000 110111

Color Harmonies of #75B95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B95D

Black with #75B95D

Text Example


Text Example

White with #75B95D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,185,93); }

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

background-color css

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

 a { background-color: rgb(117,185,93); }

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

border-color css

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

 span { border-color: rgb(117,185,93); }

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