Html Css Color HEX #75C769 Mantis

📋 copy color: '#75C769'

red 117 ◦ green 199 ◦ blue 105

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

Shades of Mantis #75C769

Tints of Mantis #75C769

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.27%

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

R = 27.79%
G = 47.27%
B = 24.94%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#75C769 (or 0x75C769) is known color: Mantis. HEX triplet: 75, C7 and 69. RGB value is (117,199,105). Sum of RGB (Red+Green+Blue) = 117+199+105=421 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.79% from 421); Green value is 199 (78.12% from 255 or 47.27% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 199 - color contains mainly: green. Hex color #75C769 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C769 is #8A3896. Grayscale: #A4A4A4. Windows color (decimal): -9058455 or 6932341. OLE color: 6932341.

HSL color Cylindrical-coordinate representation of color #75C769: hue angle of 112.34º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75C769 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 199 105 -
CMYK 0.41 0 0.47 0.22
HSL 112.34º 0.46% 0.6% -
HSV(B) 112.34º 0.47% 0.78% -
XYZ 30.31 45.65 20.58 -
YUV 163.77 94.83 94.64 -
System Red Green Blue C M Y K H S L
Decimal 117 199 105 0.41 0 0.47 0.22 112.34 0.46 0.6
Hex 75 C7 69 29 0 2F 16 70 2E 3C
Octal 165 307 151 51 0 57 26 160 56 74
Binary 1110101 11000111 1101001 101001 0 101111 10110 1110000 101110 111100

Color Harmonies of #75C769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C769

Black with #75C769

Text Example


Text Example

White with #75C769

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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