#6BBD7F

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

Shades of Fern #6BBD7F

Tints of Fern #6BBD7F

Color information

#6BBD7F (or 0x6BBD7F) is unknown color: approx Fern. HEX triplet: 6B, BD and 7F. RGB value is (107,189,127). Sum of RGB (Red+Green+Blue) = 107+189+127=423 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.30% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #6BBD7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BBD7F is #944280. Grayscale: #9D9D9D. Windows color (decimal): -9716353 or 8371563. OLE color: 8371563.

HSL color Cylindrical-coordinate representation of color #6BBD7F: hue angle of 134.63º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BBD7F is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB107189127-
CMYK0.4300.330.26
HSL134.63º38.32%58.04%-
HSV(B)134.63º43.39%74.12%-
XYZ28.0941.0526.52-
YUV157.41110.8392.04-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.30%
GREEN value IS 189 (74.22% from 255) = 44.68%
BLUE value IS 127 (50% from 255) = 30.02%
R=25.30%
G=44.68%
B=30.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1071891270.4300.330.26134.6338.3258.04
Hex6BBD7F2B0211A87263a
Octal15327517753041322074672
Binary110101110111101111111110101101000011101010000111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,189,127); }

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

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

 a { background-color: rgb(107,189,127); }

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

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

 span { border-color: rgb(107,189,127); }

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