#6BC268

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

Shades of Fern #6BC268

Tints of Fern #6BC268

Color information

#6BC268 (or 0x6BC268) is unknown color: approx Fern. HEX triplet: 6B, C2 and 68. RGB value is (107,194,104). Sum of RGB (Red+Green+Blue) = 107+194+104=405 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.42% from 405); Green value is 194 (76.17% from 255 or 47.90% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 194 - color contains mainly: green. Hex color #6BC268 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC268 is #943D97. Grayscale: #9E9E9E. Windows color (decimal): -9715096 or 6865515. OLE color: 6865515.

HSL color Cylindrical-coordinate representation of color #6BC268: hue angle of 118º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6BC268 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB107194104-
CMYK0.4500.460.24
HSL118º42.45%58.43%-
HSV(B)118º46.39%76.08%-
XYZ27.8542.7119.87-
YUV157.7397.6891.82-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.42%
GREEN value IS 194 (76.17% from 255) = 47.90%
BLUE value IS 104 (41.02% from 255) = 25.68%
R=26.42%
G=47.90%
B=25.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1071941040.4500.460.2411842.4558.43
Hex6BC2682D02E18762a3a
Octal15330215055056301665272
Binary11010111100001011010001011010101110110001110110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,194,104); }

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

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

 a { background-color: rgb(107,194,104); }

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

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

 span { border-color: rgb(107,194,104); }

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