Html Css Color HEX #75BD68 Mantis

📋 copy color: '#75BD68'

red 117 ◦ green 189 ◦ blue 104

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

Shades of Mantis #75BD68

Tints of Mantis #75BD68

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.1%

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

R = 28.54%
G = 46.1%
B = 25.37%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#75BD68 (or 0x75BD68) is known color: Mantis. HEX triplet: 75, BD and 68. RGB value is (117,189,104). Sum of RGB (Red+Green+Blue) = 117+189+104=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 189 - color contains mainly: green. Hex color #75BD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BD68 is #8A4297. Grayscale: #9E9E9E. Windows color (decimal): -9061016 or 6864245. OLE color: 6864245.

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

Color convert

RGB 117 189 104 -
CMYK 0.38 0 0.45 0.26
HSL 110.82º 0.39% 0.57% -
HSV(B) 110.82º 0.45% 0.74% -
XYZ 28.03 41.18 19.57 -
YUV 157.78 97.65 98.91 -
System Red Green Blue C M Y K H S L
Decimal 117 189 104 0.38 0 0.45 0.26 110.82 0.39 0.57
Hex 75 BD 68 26 0 2D 1A 6F 27 39
Octal 165 275 150 46 0 55 32 157 47 71
Binary 1110101 10111101 1101000 100110 0 101101 11010 1101111 100111 111001

Color Harmonies of #75BD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BD68

Black with #75BD68

Text Example


Text Example

White with #75BD68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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