Html Css Color HEX #72B45A Mantis

📋 copy color: '#72B45A'

red 114 ◦ green 180 ◦ blue 90

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

Shades of Mantis #72B45A

Tints of Mantis #72B45A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.88%

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

R = 29.69%
G = 46.88%
B = 23.44%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#72B45A (or 0x72B45A) is known color: Mantis. HEX triplet: 72, B4 and 5A. RGB value is (114,180,90). Sum of RGB (Red+Green+Blue) = 114+180+90=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #72B45A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B45A is #8D4BA5. Grayscale: #969696. Windows color (decimal): -9259942 or 5944434. OLE color: 5944434.

HSL color Cylindrical-coordinate representation of color #72B45A: hue angle of 104º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72B45A is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 180 90 -
CMYK 0.37 0 0.50 0.29
HSL 104º 0.38% 0.53% -
HSV(B) 104º 0.5% 0.71% -
XYZ 25.11 36.96 15.48 -
YUV 150.01 94.13 102.32 -
System Red Green Blue C M Y K H S L
Decimal 114 180 90 0.37 0 0.50 0.29 104 0.38 0.53
Hex 72 B4 5A 25 0 32 1D 68 26 35
Octal 162 264 132 45 0 62 35 150 46 65
Binary 1110010 10110100 1011010 100101 0 110010 11101 1101000 100110 110101

Color Harmonies of #72B45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B45A

Black with #72B45A

Text Example


Text Example

White with #72B45A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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