Html Css Color HEX #72B95A Mantis

📋 copy color: '#72B95A'

red 114 ◦ green 185 ◦ blue 90

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

Shades of Mantis #72B95A

Tints of Mantis #72B95A

RGB

 RED value IS 114 (44.92% from 255) = 29.31%

 GREEN value IS 185 (72.66% from 255) = 47.56%

 BLUE value IS 90 (35.55% from 255) = 23.14%

R = 29.31%
G = 47.56%
B = 23.14%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#72B95A (or 0x72B95A) is known color: Mantis. HEX triplet: 72, B9 and 5A. RGB value is (114,185,90). Sum of RGB (Red+Green+Blue) = 114+185+90=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 185 (72.66% from 255 or 47.56% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 185 - color contains mainly: green. Hex color #72B95A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B95A is #8D46A5. Grayscale: #999999. Windows color (decimal): -9258662 or 5945714. OLE color: 5945714.

HSL color Cylindrical-coordinate representation of color #72B95A: hue angle of 104.84º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72B95A is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 185 90 -
CMYK 0.38 0 0.51 0.27
HSL 104.84º 0.4% 0.54% -
HSV(B) 104.84º 0.51% 0.73% -
XYZ 26.13 39.01 15.83 -
YUV 152.94 92.48 100.22 -
System Red Green Blue C M Y K H S L
Decimal 114 185 90 0.38 0 0.51 0.27 104.84 0.4 0.54
Hex 72 B9 5A 26 0 33 1B 69 28 36
Octal 162 271 132 46 0 63 33 151 50 66
Binary 1110010 10111001 1011010 100110 0 110011 11011 1101001 101000 110110

Color Harmonies of #72B95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B95A

Black with #72B95A

Text Example


Text Example

White with #72B95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72B95A; }

 p { color: rgb(114,185,90); }

 H1.HeaderClassName
 {
   color: #72B95A;
 }
 .AnyTagClassName
 {
   color: #72B95A;
 }
</style>

background-color css

<style>
 a { background-color: #72B95A; }

 a { background-color: rgb(114,185,90); }

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

border-color css

<style>
 span { border-color: #72B95A; }

 span { border-color: rgb(114,185,90); }

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