#69BF6F

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

Shades of Fern #69BF6F

Tints of Fern #69BF6F

Color information

#69BF6F (or 0x69BF6F) is unknown color: approx Fern. HEX triplet: 69, BF and 6F. RGB value is (105,191,111). Sum of RGB (Red+Green+Blue) = 105+191+111=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 191 - color contains mainly: green. Hex color #69BF6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BF6F is #964090. Grayscale: #9C9C9C. Windows color (decimal): -9846929 or 7323497. OLE color: 7323497.

HSL color Cylindrical-coordinate representation of color #69BF6F: hue angle of 124.19º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69BF6F is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB105191111-
CMYK0.4500.420.25
HSL124.19º40.19%58.04%-
HSV(B)124.19º45.03%74.9%-
XYZ27.3341.4121.59-
YUV156.17102.5191.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.80%
GREEN value IS 191 (75% from 255) = 46.93%
BLUE value IS 111 (43.75% from 255) = 27.27%
R=25.80%
G=46.93%
B=27.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051911110.4500.420.25124.1940.1958.04
Hex69BF6F2D02A197c283a
Octal15127715755052311745072
Binary11010011011111111011111011010101010110011111100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69BF6F; }

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

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

<style>
 a { background-color: #69BF6F; }

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

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

<style>
 span { border-color: #69BF6F; }

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

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