Html Css Color HEX #72C078 Fern

📋 copy color: '#72C078'

red 114 ◦ green 192 ◦ blue 120

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

Shades of Fern #72C078

Tints of Fern #72C078

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.07%

 BLUE value IS 120 (47.27% from 255) = 28.17%

R = 26.76%
G = 45.07%
B = 28.17%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#72C078 (or 0x72C078) is known color: Fern. HEX triplet: 72, C0 and 78. RGB value is (114,192,120). Sum of RGB (Red+Green+Blue) = 114+192+120=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 192 - color contains mainly: green. Hex color #72C078 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C078 is #8D3F87. Grayscale: #A0A0A0. Windows color (decimal): -9256840 or 7913586. OLE color: 7913586.

HSL color Cylindrical-coordinate representation of color #72C078: hue angle of 124.62º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72C078 is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 192 120 -
CMYK 0.41 0 0.38 0.25
HSL 124.62º 0.38% 0.6% -
HSV(B) 124.62º 0.41% 0.75% -
XYZ 29.18 42.63 24.46 -
YUV 160.47 105.16 94.85 -
System Red Green Blue C M Y K H S L
Decimal 114 192 120 0.41 0 0.38 0.25 124.62 0.38 0.6
Hex 72 C0 78 29 0 26 19 7D 26 3C
Octal 162 300 170 51 0 46 31 175 46 74
Binary 1110010 11000000 1111000 101001 0 100110 11001 1111101 100110 111100

Color Harmonies of #72C078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C078

Black with #72C078

Text Example


Text Example

White with #72C078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,192,120); }

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

background-color css

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

 a { background-color: rgb(114,192,120); }

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

border-color css

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

 span { border-color: rgb(114,192,120); }

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