Html Css Color HEX #75AF62 Mantis

📋 copy color: '#75AF62'

red 117 ◦ green 175 ◦ blue 98

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

Shades of Mantis #75AF62

Tints of Mantis #75AF62

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.87%

 BLUE value IS 98 (38.67% from 255) = 25.13%

R = 30%
G = 44.87%
B = 25.13%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#75AF62 (or 0x75AF62) is known color: Mantis. HEX triplet: 75, AF and 62. RGB value is (117,175,98). Sum of RGB (Red+Green+Blue) = 117+175+98=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 175 - color contains mainly: green. Hex color #75AF62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AF62 is #8A509D. Grayscale: #959595. Windows color (decimal): -9064606 or 6467445. OLE color: 6467445.

HSL color Cylindrical-coordinate representation of color #75AF62: hue angle of 105.19º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75AF62 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 175 98 -
CMYK 0.33 0 0.44 0.31
HSL 105.19º 0.32% 0.54% -
HSV(B) 105.19º 0.44% 0.69% -
XYZ 24.87 35.32 17.06 -
YUV 148.88 99.28 105.26 -
System Red Green Blue C M Y K H S L
Decimal 117 175 98 0.33 0 0.44 0.31 105.19 0.32 0.54
Hex 75 AF 62 21 0 2C 1F 69 20 36
Octal 165 257 142 41 0 54 37 151 40 66
Binary 1110101 10101111 1100010 100001 0 101100 11111 1101001 100000 110110

Color Harmonies of #75AF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AF62

Black with #75AF62

Text Example


Text Example

White with #75AF62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,175,98); }

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

background-color css

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

 a { background-color: rgb(117,175,98); }

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

border-color css

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

 span { border-color: rgb(117,175,98); }

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