Html Css Color HEX #72B96A Fern

📋 copy color: '#72B96A'

red 114 ◦ green 185 ◦ blue 106

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

Shades of Fern #72B96A

Tints of Fern #72B96A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.68%

 BLUE value IS 106 (41.8% from 255) = 26.17%

R = 28.15%
G = 45.68%
B = 26.17%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#72B96A (or 0x72B96A) is known color: Fern. HEX triplet: 72, B9 and 6A. RGB value is (114,185,106). Sum of RGB (Red+Green+Blue) = 114+185+106=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 185 - color contains mainly: green. Hex color #72B96A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B96A is #8D4695. Grayscale: #9B9B9B. Windows color (decimal): -9258646 or 6994290. OLE color: 6994290.

HSL color Cylindrical-coordinate representation of color #72B96A: hue angle of 113.92º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72B96A is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 185 106 -
CMYK 0.38 0 0.43 0.27
HSL 113.92º 0.36% 0.57% -
HSV(B) 113.92º 0.43% 0.73% -
XYZ 26.89 39.32 19.81 -
YUV 154.77 100.48 98.92 -
System Red Green Blue C M Y K H S L
Decimal 114 185 106 0.38 0 0.43 0.27 113.92 0.36 0.57
Hex 72 B9 6A 26 0 2B 1B 72 24 39
Octal 162 271 152 46 0 53 33 162 44 71
Binary 1110010 10111001 1101010 100110 0 101011 11011 1110010 100100 111001

Color Harmonies of #72B96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B96A

Black with #72B96A

Text Example


Text Example

White with #72B96A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,185,106); }

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

background-color css

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

 a { background-color: rgb(114,185,106); }

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

border-color css

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

 span { border-color: rgb(114,185,106); }

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