#6BB475

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

Shades of Fern #6BB475

Tints of Fern #6BB475

Color information

#6BB475 (or 0x6BB475) is unknown color: approx Fern. HEX triplet: 6B, B4 and 75. RGB value is (107,180,117). Sum of RGB (Red+Green+Blue) = 107+180+117=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 180 - color contains mainly: green. Hex color #6BB475 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BB475 is #944B8A. Grayscale: #979797. Windows color (decimal): -9718667 or 7713899. OLE color: 7713899.

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

Color convert

RGB107180117-
CMYK0.4100.350.29
HSL128.22º32.74%56.27%-
HSV(B)128.22º40.56%70.59%-
XYZ25.637.0522.63-
YUV150.99108.8296.62-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.49%
GREEN value IS 180 (70.70% from 255) = 44.55%
BLUE value IS 117 (46.09% from 255) = 28.96%
R=26.49%
G=44.55%
B=28.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1071801170.4100.350.29128.2232.7456.27
Hex6BB475290231D802138
Octal15326416551043352004170
Binary110101110110100111010110100101000111110110000000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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