#6bb878

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

Shades of Fern #6BB878

Tints of Fern #6BB878

Color information

#6BB878 (or 0x6BB878) is unknown color: approx Fern. HEX triplet: 6B, B8 and 78. RGB value is (107,184,120). Sum of RGB (Red+Green+Blue) = 107+184+120=411 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.03% from 411); Green value is 184 (72.27% from 255 or 44.77% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 184 - color contains mainly: green. Hex color #6BB878 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BB878 is #944787. Grayscale: #999999. Windows color (decimal): -9717640 or 7911531. OLE color: 7911531.

HSL color Cylindrical-coordinate representation of color #6BB878: hue angle of 130.13º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BB878 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB107184120-
CMYK0.4200.350.28
HSL130.13º35.16%57.06%-
HSV(B)130.13º41.85%72.16%-
XYZ26.5938.7623.85-
YUV153.68108.9994.7-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.03%
GREEN value IS 184 (72.27% from 255) = 44.77%
BLUE value IS 120 (47.27% from 255) = 29.20%
R=26.03%
G=44.77%
B=29.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1071841200.4200.350.28130.1335.1657.06
Hex6BB8782A0231C822339
Octal15327017052043342024371
Binary110101110111000111100010101001000111110010000010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6bb878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,184,120); }

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

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

 a { background-color: rgb(107,184,120); }

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

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

 span { border-color: rgb(107,184,120); }

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