Html Css Color HEX #72C07C Fern

📋 copy color: '#72C07C'

red 114 ◦ green 192 ◦ blue 124

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

Shades of Fern #72C07C

Tints of Fern #72C07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.84%

R = 26.51%
G = 44.65%
B = 28.84%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#72C07C (or 0x72C07C) is known color: Fern. HEX triplet: 72, C0 and 7C. RGB value is (114,192,124). Sum of RGB (Red+Green+Blue) = 114+192+124=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #72C07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C07C is #8D3F83. Grayscale: #A1A1A1. Windows color (decimal): -9256836 or 8175730. OLE color: 8175730.

HSL color Cylindrical-coordinate representation of color #72C07C: hue angle of 127.69º 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 #72C07C is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 192 124 -
CMYK 0.41 0 0.35 0.25
HSL 127.69º 0.38% 0.6% -
HSV(B) 127.69º 0.41% 0.75% -
XYZ 29.43 42.73 25.77 -
YUV 160.93 107.16 94.53 -
System Red Green Blue C M Y K H S L
Decimal 114 192 124 0.41 0 0.35 0.25 127.69 0.38 0.6
Hex 72 C0 7C 29 0 23 19 80 26 3C
Octal 162 300 174 51 0 43 31 200 46 74
Binary 1110010 11000000 1111100 101001 0 100011 11001 10000000 100110 111100

Color Harmonies of #72C07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C07C

Black with #72C07C

Text Example


Text Example

White with #72C07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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