Html Css Color HEX #75BC6B Mantis

📋 copy color: '#75BC6B'

red 117 ◦ green 188 ◦ blue 107

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

Shades of Mantis #75BC6B

Tints of Mantis #75BC6B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.63%

 BLUE value IS 107 (42.19% from 255) = 25.97%

R = 28.4%
G = 45.63%
B = 25.97%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#75BC6B (or 0x75BC6B) is known color: Mantis. HEX triplet: 75, BC and 6B. RGB value is (117,188,107). Sum of RGB (Red+Green+Blue) = 117+188+107=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BC6B is #8A4394. Grayscale: #9D9D9D. Windows color (decimal): -9061269 or 7060597. OLE color: 7060597.

HSL color Cylindrical-coordinate representation of color #75BC6B: hue angle of 112.59º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75BC6B is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 188 107 -
CMYK 0.38 0 0.43 0.26
HSL 112.59º 0.38% 0.58% -
HSV(B) 112.59º 0.43% 0.74% -
XYZ 27.97 40.81 20.31 -
YUV 157.54 99.48 99.09 -
System Red Green Blue C M Y K H S L
Decimal 117 188 107 0.38 0 0.43 0.26 112.59 0.38 0.58
Hex 75 BC 6B 26 0 2B 1A 71 26 3A
Octal 165 274 153 46 0 53 32 161 46 72
Binary 1110101 10111100 1101011 100110 0 101011 11010 1110001 100110 111010

Color Harmonies of #75BC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BC6B

Black with #75BC6B

Text Example


Text Example

White with #75BC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,188,107); }

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

background-color css

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

 a { background-color: rgb(117,188,107); }

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

border-color css

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

 span { border-color: rgb(117,188,107); }

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