#6FB269

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

Shades of Fern #6FB269

Tints of Fern #6FB269

Color information

#6FB269 (or 0x6FB269) is unknown color: approx Fern. HEX triplet: 6F, B2 and 69. RGB value is (111,178,105). Sum of RGB (Red+Green+Blue) = 111+178+105=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 178 (69.92% from 255 or 45.18% from 394); Blue value is 105 (41.41% from 255 or 26.65% from 394); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FB269 is #904D96. Grayscale: #959595. Windows color (decimal): -9457047 or 6926959. OLE color: 6926959.

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

Color convert

RGB111178105-
CMYK0.3800.410.30
HSL115.07º32.16%55.49%-
HSV(B)115.07º41.01%69.8%-
XYZ25.0336.2419.04-
YUV149.64102.8100.44-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.17%
GREEN value IS 178 (69.92% from 255) = 45.18%
BLUE value IS 105 (41.41% from 255) = 26.65%
R=28.17%
G=45.18%
B=26.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1111781050.3800.410.30115.0732.1655.49
Hex6FB269260291E732037
Octal15726215146051361634067
Binary11011111011001011010011001100101001111101110011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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