Html Css Color HEX #75BB68 Mantis

📋 copy color: '#75BB68'

red 117 ◦ green 187 ◦ blue 104

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

Shades of Mantis #75BB68

Tints of Mantis #75BB68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.49%

R = 28.68%
G = 45.83%
B = 25.49%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#75BB68 (or 0x75BB68) is known color: Mantis. HEX triplet: 75, BB and 68. RGB value is (117,187,104). Sum of RGB (Red+Green+Blue) = 117+187+104=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 187 (73.44% from 255 or 45.83% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 187 - color contains mainly: green. Hex color #75BB68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BB68 is #8A4497. Grayscale: #9C9C9C. Windows color (decimal): -9061528 or 6863733. OLE color: 6863733.

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

Color convert

RGB 117 187 104 -
CMYK 0.37 0 0.44 0.27
HSL 110.6º 0.38% 0.57% -
HSV(B) 110.6º 0.44% 0.73% -
XYZ 27.61 40.32 19.42 -
YUV 156.61 98.31 99.75 -
System Red Green Blue C M Y K H S L
Decimal 117 187 104 0.37 0 0.44 0.27 110.6 0.38 0.57
Hex 75 BB 68 25 0 2C 1B 6F 26 39
Octal 165 273 150 45 0 54 33 157 46 71
Binary 1110101 10111011 1101000 100101 0 101100 11011 1101111 100110 111001

Color Harmonies of #75BB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BB68

Black with #75BB68

Text Example


Text Example

White with #75BB68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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