Html Css Color HEX #72B665 Mantis

📋 copy color: '#72B665'

red 114 ◦ green 182 ◦ blue 101

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

Shades of Mantis #72B665

Tints of Mantis #72B665

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.84%

 BLUE value IS 101 (39.84% from 255) = 25.44%

R = 28.72%
G = 45.84%
B = 25.44%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#72B665 (or 0x72B665) is known color: Mantis. HEX triplet: 72, B6 and 65. RGB value is (114,182,101). Sum of RGB (Red+Green+Blue) = 114+182+101=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 182 (71.48% from 255 or 45.84% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 182 - color contains mainly: green. Hex color #72B665 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B665 is #8D499A. Grayscale: #989898. Windows color (decimal): -9259419 or 6665842. OLE color: 6665842.

HSL color Cylindrical-coordinate representation of color #72B665: hue angle of 110.37º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72B665 is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 182 101 -
CMYK 0.37 0 0.45 0.29
HSL 110.37º 0.36% 0.55% -
HSV(B) 110.37º 0.45% 0.71% -
XYZ 26.02 37.97 18.27 -
YUV 152.43 98.97 100.59 -
System Red Green Blue C M Y K H S L
Decimal 114 182 101 0.37 0 0.45 0.29 110.37 0.36 0.55
Hex 72 B6 65 25 0 2D 1D 6E 24 37
Octal 162 266 145 45 0 55 35 156 44 67
Binary 1110010 10110110 1100101 100101 0 101101 11101 1101110 100100 110111

Color Harmonies of #72B665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B665

Black with #72B665

Text Example


Text Example

White with #72B665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,182,101); }

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

background-color css

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

 a { background-color: rgb(114,182,101); }

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

border-color css

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

 span { border-color: rgb(114,182,101); }

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