Html Css Color HEX #72B470 Fern

📋 copy color: '#72B470'

red 114 ◦ green 180 ◦ blue 112

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

Shades of Fern #72B470

Tints of Fern #72B470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.59%

R = 28.08%
G = 44.33%
B = 27.59%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#72B470 (or 0x72B470) is known color: Fern. HEX triplet: 72, B4 and 70. RGB value is (114,180,112). Sum of RGB (Red+Green+Blue) = 114+180+112=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 180 - color contains mainly: green. Hex color #72B470 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B470 is #8D4B8F. Grayscale: #989898. Windows color (decimal): -9259920 or 7386226. OLE color: 7386226.

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

Color convert

RGB 114 180 112 -
CMYK 0.37 0 0.38 0.29
HSL 118.24º 0.31% 0.57% -
HSV(B) 118.24º 0.38% 0.71% -
XYZ 26.19 37.39 21.17 -
YUV 152.51 105.13 100.53 -
System Red Green Blue C M Y K H S L
Decimal 114 180 112 0.37 0 0.38 0.29 118.24 0.31 0.57
Hex 72 B4 70 25 0 26 1D 76 1F 39
Octal 162 264 160 45 0 46 35 166 37 71
Binary 1110010 10110100 1110000 100101 0 100110 11101 1110110 11111 111001

Color Harmonies of #72B470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B470

Black with #72B470

Text Example


Text Example

White with #72B470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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