Html Css Color HEX #75B963 Mantis

📋 copy color: '#75B963'

red 117 ◦ green 185 ◦ blue 99

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

Shades of Mantis #75B963

Tints of Mantis #75B963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.69%

R = 29.18%
G = 46.13%
B = 24.69%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#75B963 (or 0x75B963) is known color: Mantis. HEX triplet: 75, B9 and 63. RGB value is (117,185,99). Sum of RGB (Red+Green+Blue) = 117+185+99=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 185 - color contains mainly: green. Hex color #75B963 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B963 is #8A469C. Grayscale: #9B9B9B. Windows color (decimal): -9062045 or 6535541. OLE color: 6535541.

HSL color Cylindrical-coordinate representation of color #75B963: hue angle of 107.44º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75B963 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 185 99 -
CMYK 0.37 0 0.46 0.27
HSL 107.44º 0.38% 0.56% -
HSV(B) 107.44º 0.46% 0.73% -
XYZ 26.94 39.38 17.99 -
YUV 154.86 96.47 100.99 -
System Red Green Blue C M Y K H S L
Decimal 117 185 99 0.37 0 0.46 0.27 107.44 0.38 0.56
Hex 75 B9 63 25 0 2E 1B 6B 26 38
Octal 165 271 143 45 0 56 33 153 46 70
Binary 1110101 10111001 1100011 100101 0 101110 11011 1101011 100110 111000

Color Harmonies of #75B963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B963

Black with #75B963

Text Example


Text Example

White with #75B963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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