Html Css Color HEX #75BD69 Mantis

📋 copy color: '#75BD69'

red 117 ◦ green 189 ◦ blue 105

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

Shades of Mantis #75BD69

Tints of Mantis #75BD69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.55%

R = 28.47%
G = 45.99%
B = 25.55%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#75BD69 (or 0x75BD69) is known color: Mantis. HEX triplet: 75, BD and 69. RGB value is (117,189,105). Sum of RGB (Red+Green+Blue) = 117+189+105=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 189 - color contains mainly: green. Hex color #75BD69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BD69 is #8A4296. Grayscale: #9E9E9E. Windows color (decimal): -9061015 or 6929781. OLE color: 6929781.

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

Color convert

RGB 117 189 105 -
CMYK 0.38 0 0.44 0.26
HSL 111.43º 0.39% 0.58% -
HSV(B) 111.43º 0.44% 0.74% -
XYZ 28.08 41.2 19.84 -
YUV 157.9 98.15 98.83 -
System Red Green Blue C M Y K H S L
Decimal 117 189 105 0.38 0 0.44 0.26 111.43 0.39 0.58
Hex 75 BD 69 26 0 2C 1A 6F 27 3A
Octal 165 275 151 46 0 54 32 157 47 72
Binary 1110101 10111101 1101001 100110 0 101100 11010 1101111 100111 111010

Color Harmonies of #75BD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BD69

Black with #75BD69

Text Example


Text Example

White with #75BD69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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