#72B06B

Color #72B06B Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #72B06B

Tints of Fern #72B06B

Color information

#72B06B (or 0x72B06B) is unknown color: approx Fern. HEX triplet: 72, B0 and 6B. RGB value is (114,176,107). Sum of RGB (Red+Green+Blue) = 114+176+107=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 176 (69.14% from 255 or 44.33% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 176 - color contains mainly: green. Hex color #72B06B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72B06B is #8D4F94. Grayscale: #959595. Windows color (decimal): -9260949 or 7057522. OLE color: 7057522.

HSL color Cylindrical-coordinate representation of color #72B06B: hue angle of 113.91º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72B06B is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB114176107-
CMYK0.3500.390.31
HSL113.91º30.4%55.49%-
HSV(B)113.91º39.2%69.02%-
XYZ25.1235.6919.47-
YUV149.6103.96102.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.72%
GREEN value IS 176 (69.14% from 255) = 44.33%
BLUE value IS 107 (42.19% from 255) = 26.95%
R=28.72%
G=44.33%
B=26.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141761070.3500.390.31113.9130.455.49
Hex72B06B230271F721e37
Octal16226015343047371623667
Binary1110010101100001101011100011010011111111111001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #72B06B;
 }
 .AnyTagClassName
 {
   color: #72B06B;
 }
</style>
background-color css

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

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

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

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

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

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