Html Css Color HEX #72B974 Fern

📋 copy color: '#72B974'

red 114 ◦ green 185 ◦ blue 116

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

Shades of Fern #72B974

Tints of Fern #72B974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.95%

R = 27.47%
G = 44.58%
B = 27.95%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#72B974 (or 0x72B974) is known color: Fern. HEX triplet: 72, B9 and 74. RGB value is (114,185,116). Sum of RGB (Red+Green+Blue) = 114+185+116=415 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.47% from 415); Green value is 185 (72.66% from 255 or 44.58% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 185 - color contains mainly: green. Hex color #72B974 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B974 is #8D468B. Grayscale: #9C9C9C. Windows color (decimal): -9258636 or 7649650. OLE color: 7649650.

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

Color convert

RGB 114 185 116 -
CMYK 0.38 0 0.37 0.27
HSL 121.69º 0.34% 0.59% -
HSV(B) 121.69º 0.38% 0.73% -
XYZ 27.44 39.54 22.71 -
YUV 155.91 105.48 98.11 -
System Red Green Blue C M Y K H S L
Decimal 114 185 116 0.38 0 0.37 0.27 121.69 0.34 0.59
Hex 72 B9 74 26 0 25 1B 7A 22 3B
Octal 162 271 164 46 0 45 33 172 42 73
Binary 1110010 10111001 1110100 100110 0 100101 11011 1111010 100010 111011

Color Harmonies of #72B974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B974

Black with #72B974

Text Example


Text Example

White with #72B974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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