#6BCB6F

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

Shades of Fern #6BCB6F

Tints of Fern #6BCB6F

Color information

#6BCB6F (or 0x6BCB6F) is unknown color: approx Fern. HEX triplet: 6B, CB and 6F. RGB value is (107,203,111). Sum of RGB (Red+Green+Blue) = 107+203+111=421 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.42% from 421); Green value is 203 (79.69% from 255 or 48.22% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 203 - color contains mainly: green. Hex color #6BCB6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCB6F is #943490. Grayscale: #A4A4A4. Windows color (decimal): -9712785 or 7326571. OLE color: 7326571.

HSL color Cylindrical-coordinate representation of color #6BCB6F: hue angle of 122.5º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BCB6F is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB107203111-
CMYK0.4700.450.20
HSL122.5º48%60.78%-
HSV(B)122.5º47.29%79.61%-
XYZ30.2946.9922.51-
YUV163.8198.287.48-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.42%
GREEN value IS 203 (79.69% from 255) = 48.22%
BLUE value IS 111 (43.75% from 255) = 26.37%
R=25.42%
G=48.22%
B=26.37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1072031110.4700.450.20122.54860.78
Hex6BCB6F2F02D147a303d
Octal15331315757055241726075
Binary11010111100101111011111011110101101101001111010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,203,111); }

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

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

 a { background-color: rgb(107,203,111); }

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

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

 span { border-color: rgb(107,203,111); }

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