#6BB47B

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

Shades of Fern #6BB47B

Tints of Fern #6BB47B

Color information

#6BB47B (or 0x6BB47B) is unknown color: approx Fern. HEX triplet: 6B, B4 and 7B. RGB value is (107,180,123). Sum of RGB (Red+Green+Blue) = 107+180+123=410 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.10% from 410); Green value is 180 (70.70% from 255 or 43.90% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 180 - color contains mainly: green. Hex color #6BB47B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BB47B is #944B84. Grayscale: #979797. Windows color (decimal): -9718661 or 8107115. OLE color: 8107115.

HSL color Cylindrical-coordinate representation of color #6BB47B: hue angle of 133.15º 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 #6BB47B is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB107180123-
CMYK0.4100.320.29
HSL133.15º32.74%56.27%-
HSV(B)133.15º40.56%70.59%-
XYZ25.9637.224.55-
YUV151.67111.8296.13-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.10%
GREEN value IS 180 (70.70% from 255) = 43.90%
BLUE value IS 123 (48.44% from 255) = 30%
R=26.10%
G=43.90%
B=30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1071801230.4100.320.29133.1532.7456.27
Hex6BB47B290201D852138
Octal15326417351040352054170
Binary110101110110100111101110100101000001110110000101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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