Html Css Color HEX #72B136 Lima

📋 copy color: '#72B136'

red 114 ◦ green 177 ◦ blue 54

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

Shades of Lima #72B136

Tints of Lima #72B136

RGB

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

 GREEN value IS 177 (69.53% from 255) = 51.3%

 BLUE value IS 54 (21.48% from 255) = 15.65%

R = 33.04%
G = 51.3%
B = 15.65%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#72B136 (or 0x72B136) is known color: Lima. HEX triplet: 72, B1 and 36. RGB value is (114,177,54). Sum of RGB (Red+Green+Blue) = 114+177+54=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 177 (69.53% from 255 or 51.30% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 177 - color contains mainly: green. Hex color #72B136 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72B136 is #8D4EC9. Grayscale: #909090. Windows color (decimal): -9260746 or 3584370. OLE color: 3584370.

HSL color Cylindrical-coordinate representation of color #72B136: hue angle of 90.73º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #72B136 is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 114 177 54 -
CMYK 0.36 0 0.69 0.31
HSL 90.73º 0.53% 0.45% -
HSV(B) 90.73º 0.69% 0.69% -
XYZ 23.33 35.29 9.07 -
YUV 144.14 77.13 106.5 -
System Red Green Blue C M Y K H S L
Decimal 114 177 54 0.36 0 0.69 0.31 90.73 0.53 0.45
Hex 72 B1 36 24 0 45 1F 5B 35 2D
Octal 162 261 66 44 0 105 37 133 65 55
Binary 1110010 10110001 110110 100100 0 1000101 11111 1011011 110101 101101

Color Harmonies of #72B136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B136

Black with #72B136

Text Example


Text Example

White with #72B136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,177,54); }

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

background-color css

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

 a { background-color: rgb(114,177,54); }

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

border-color css

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

 span { border-color: rgb(114,177,54); }

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