Html Css Color HEX #72BA60 Mantis

📋 copy color: '#72BA60'

red 114 ◦ green 186 ◦ blue 96

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

Shades of Mantis #72BA60

Tints of Mantis #72BA60

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.97%

 BLUE value IS 96 (37.89% from 255) = 24.24%

R = 28.79%
G = 46.97%
B = 24.24%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#72BA60 (or 0x72BA60) is known color: Mantis. HEX triplet: 72, BA and 60. RGB value is (114,186,96). Sum of RGB (Red+Green+Blue) = 114+186+96=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BA60 is #8D459F. Grayscale: #9A9A9A. Windows color (decimal): -9258400 or 6339186. OLE color: 6339186.

HSL color Cylindrical-coordinate representation of color #72BA60: hue angle of 108º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72BA60 is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 186 96 -
CMYK 0.39 0 0.48 0.27
HSL 108º 0.39% 0.55% -
HSV(B) 108º 0.48% 0.73% -
XYZ 26.61 39.54 17.3 -
YUV 154.21 95.15 99.32 -
System Red Green Blue C M Y K H S L
Decimal 114 186 96 0.39 0 0.48 0.27 108 0.39 0.55
Hex 72 BA 60 27 0 30 1B 6C 27 37
Octal 162 272 140 47 0 60 33 154 47 67
Binary 1110010 10111010 1100000 100111 0 110000 11011 1101100 100111 110111

Color Harmonies of #72BA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BA60

Black with #72BA60

Text Example


Text Example

White with #72BA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,186,96); }

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

background-color css

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

 a { background-color: rgb(114,186,96); }

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

border-color css

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

 span { border-color: rgb(114,186,96); }

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