Html Css Color HEX #72B46B Fern

📋 copy color: '#72B46B'

red 114 ◦ green 180 ◦ blue 107

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

Shades of Fern #72B46B

Tints of Fern #72B46B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.89%

 BLUE value IS 107 (42.19% from 255) = 26.68%

R = 28.43%
G = 44.89%
B = 26.68%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#72B46B (or 0x72B46B) is known color: Fern. HEX triplet: 72, B4 and 6B. RGB value is (114,180,107). Sum of RGB (Red+Green+Blue) = 114+180+107=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 180 - color contains mainly: green. Hex color #72B46B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B46B is #8D4B94. Grayscale: #989898. Windows color (decimal): -9259925 or 7058546. OLE color: 7058546.

HSL color Cylindrical-coordinate representation of color #72B46B: hue angle of 114.25º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72B46B is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 180 107 -
CMYK 0.37 0 0.41 0.29
HSL 114.25º 0.33% 0.56% -
HSV(B) 114.25º 0.41% 0.71% -
XYZ 25.91 37.28 19.74 -
YUV 151.94 102.63 100.94 -
System Red Green Blue C M Y K H S L
Decimal 114 180 107 0.37 0 0.41 0.29 114.25 0.33 0.56
Hex 72 B4 6B 25 0 29 1D 72 21 38
Octal 162 264 153 45 0 51 35 162 41 70
Binary 1110010 10110100 1101011 100101 0 101001 11101 1110010 100001 111000

Color Harmonies of #72B46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B46B

Black with #72B46B

Text Example


Text Example

White with #72B46B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,180,107); }

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

background-color css

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

 a { background-color: rgb(114,180,107); }

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

border-color css

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

 span { border-color: rgb(114,180,107); }

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