Html Css Color HEX #75B669 Mantis

📋 copy color: '#75B669'

red 117 ◦ green 182 ◦ blue 105

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

Shades of Mantis #75B669

Tints of Mantis #75B669

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.05%

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

R = 28.96%
G = 45.05%
B = 25.99%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#75B669 (or 0x75B669) is known color: Mantis. HEX triplet: 75, B6 and 69. RGB value is (117,182,105). Sum of RGB (Red+Green+Blue) = 117+182+105=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 182 - color contains mainly: green. Hex color #75B669 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B669 is #8A4996. Grayscale: #9A9A9A. Windows color (decimal): -9062807 or 6927989. OLE color: 6927989.

HSL color Cylindrical-coordinate representation of color #75B669: hue angle of 110.65º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75B669 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 182 105 -
CMYK 0.36 0 0.42 0.29
HSL 110.65º 0.35% 0.56% -
HSV(B) 110.65º 0.42% 0.71% -
XYZ 26.61 38.26 19.35 -
YUV 153.79 100.47 101.76 -
System Red Green Blue C M Y K H S L
Decimal 117 182 105 0.36 0 0.42 0.29 110.65 0.35 0.56
Hex 75 B6 69 24 0 2A 1D 6F 23 38
Octal 165 266 151 44 0 52 35 157 43 70
Binary 1110101 10110110 1101001 100100 0 101010 11101 1101111 100011 111000

Color Harmonies of #75B669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B669

Black with #75B669

Text Example


Text Example

White with #75B669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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