#6FB268

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

Shades of Fern #6FB268

Tints of Fern #6FB268

Color information

#6FB268 (or 0x6FB268) is unknown color: approx Fern. HEX triplet: 6F, B2 and 68. RGB value is (111,178,104). Sum of RGB (Red+Green+Blue) = 111+178+104=393 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.24% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FB268 is #904D97. Grayscale: #959595. Windows color (decimal): -9457048 or 6861423. OLE color: 6861423.

HSL color Cylindrical-coordinate representation of color #6FB268: hue angle of 114.32º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FB268 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB111178104-
CMYK0.3800.420.30
HSL114.32º32.46%55.29%-
HSV(B)114.32º41.57%69.8%-
XYZ24.9736.2218.77-
YUV149.53102.3100.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.24%
GREEN value IS 178 (69.92% from 255) = 45.29%
BLUE value IS 104 (41.02% from 255) = 26.46%
R=28.24%
G=45.29%
B=26.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1111781040.3800.420.30114.3232.4655.29
Hex6FB2682602A1E722037
Octal15726215046052361624067
Binary11011111011001011010001001100101010111101110010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,178,104); }

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

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

 a { background-color: rgb(111,178,104); }

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

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

 span { border-color: rgb(111,178,104); }

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