#62AF6B

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

Shades of Fern #62AF6B

Tints of Fern #62AF6B

Color information

#62AF6B (or 0x62AF6B) is unknown color: approx Fern. HEX triplet: 62, AF and 6B. RGB value is (98,175,107). Sum of RGB (Red+Green+Blue) = 98+175+107=380 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.79% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #62AF6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62AF6B is #9D5094. Grayscale: #909090. Windows color (decimal): -10309781 or 7057250. OLE color: 7057250.

HSL color Cylindrical-coordinate representation of color #62AF6B: hue angle of 127.01º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #62AF6B is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB98175107-
CMYK0.4400.390.31
HSL127.01º32.49%53.53%-
HSV(B)127.01º44%68.63%-
XYZ23.0234.3219.32-
YUV144.22106.9995.03-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.79%
GREEN value IS 175 (68.75% from 255) = 46.05%
BLUE value IS 107 (42.19% from 255) = 28.16%
R=25.79%
G=46.05%
B=28.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal981751070.4400.390.31127.0132.4953.53
Hex62AF6B2C0271F7f2036
Octal14225715354047371774066
Binary11000101010111111010111011000100111111111111111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62AF6B; }

 p { color: rgb(98,175,107); }

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

<style>
 a { background-color: #62AF6B; }

 a { background-color: rgb(98,175,107); }

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

<style>
 span { border-color: #62AF6B; }

 span { border-color: rgb(98,175,107); }

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