Html Css Color HEX #72B26E Fern

📋 copy color: '#72B26E'

red 114 ◦ green 178 ◦ blue 110

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

Shades of Fern #72B26E

Tints of Fern #72B26E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.28%

 BLUE value IS 110 (43.36% from 255) = 27.36%

R = 28.36%
G = 44.28%
B = 27.36%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#72B26E (or 0x72B26E) is known color: Fern. HEX triplet: 72, B2 and 6E. RGB value is (114,178,110). Sum of RGB (Red+Green+Blue) = 114+178+110=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 178 (69.92% from 255 or 44.28% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 178 - color contains mainly: green. Hex color #72B26E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72B26E is #8D4D91. Grayscale: #979797. Windows color (decimal): -9260434 or 7254642. OLE color: 7254642.

HSL color Cylindrical-coordinate representation of color #72B26E: hue angle of 116.47º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72B26E is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 114 178 110 -
CMYK 0.36 0 0.38 0.30
HSL 116.47º 0.31% 0.56% -
HSV(B) 116.47º 0.38% 0.7% -
XYZ 25.67 36.54 20.45 -
YUV 151.11 104.8 101.53 -
System Red Green Blue C M Y K H S L
Decimal 114 178 110 0.36 0 0.38 0.30 116.47 0.31 0.56
Hex 72 B2 6E 24 0 26 1E 74 1F 38
Octal 162 262 156 44 0 46 36 164 37 70
Binary 1110010 10110010 1101110 100100 0 100110 11110 1110100 11111 111000

Color Harmonies of #72B26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B26E

Black with #72B26E

Text Example


Text Example

White with #72B26E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,178,110); }

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

background-color css

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

 a { background-color: rgb(114,178,110); }

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

border-color css

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

 span { border-color: rgb(114,178,110); }

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