Html Css Color HEX #75BB65 Mantis

📋 copy color: '#75BB65'

red 117 ◦ green 187 ◦ blue 101

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

Shades of Mantis #75BB65

Tints of Mantis #75BB65

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.17%

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

R = 28.89%
G = 46.17%
B = 24.94%

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

#75BB65 (or 0x75BB65) is known color: Mantis. HEX triplet: 75, BB and 65. RGB value is (117,187,101). Sum of RGB (Red+Green+Blue) = 117+187+101=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 187 - color contains mainly: green. Hex color #75BB65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BB65 is #8A449A. Grayscale: #9C9C9C. Windows color (decimal): -9061531 or 6667125. OLE color: 6667125.

HSL color Cylindrical-coordinate representation of color #75BB65: hue angle of 108.84º degrees, saturation: 0.39, 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 #75BB65 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 187 101 -
CMYK 0.37 0 0.46 0.27
HSL 108.84º 0.39% 0.56% -
HSV(B) 108.84º 0.46% 0.73% -
XYZ 27.46 40.26 18.64 -
YUV 156.27 96.81 99.99 -
System Red Green Blue C M Y K H S L
Decimal 117 187 101 0.37 0 0.46 0.27 108.84 0.39 0.56
Hex 75 BB 65 25 0 2E 1B 6D 27 38
Octal 165 273 145 45 0 56 33 155 47 70
Binary 1110101 10111011 1100101 100101 0 101110 11011 1101101 100111 111000

Color Harmonies of #75BB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BB65

Black with #75BB65

Text Example


Text Example

White with #75BB65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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