#6bb462

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

Shades of Fern #6BB462

Tints of Fern #6BB462

Color information

#6BB462 (or 0x6BB462) is unknown color: approx Fern. HEX triplet: 6B, B4 and 62. RGB value is (107,180,98). Sum of RGB (Red+Green+Blue) = 107+180+98=385 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.79% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 180 - color contains mainly: green. Hex color #6BB462 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BB462 is #944B9D. Grayscale: #959595. Windows color (decimal): -9718686 or 6468715. OLE color: 6468715.

HSL color Cylindrical-coordinate representation of color #6BB462: hue angle of 113.41º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6BB462 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB10718098-
CMYK0.4100.460.29
HSL113.41º35.34%54.51%-
HSV(B)113.41º45.56%70.59%-
XYZ24.5936.6517.33-
YUV148.8299.3298.17-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.79%
GREEN value IS 180 (70.70% from 255) = 46.75%
BLUE value IS 98 (38.67% from 255) = 25.45%
R=27.79%
G=46.75%
B=25.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal107180980.4100.460.29113.4135.3454.51
Hex6BB4622902E1D712337
Octal15326414251056351614367
Binary11010111011010011000101010010101110111011110001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6bb462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6bb462; }

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

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

<style>
 a { background-color: #6bb462; }

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

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

<style>
 span { border-color: #6bb462; }

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

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