#69BF69

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

Shades of Fern #69BF69

Tints of Fern #69BF69

Color information

#69BF69 (or 0x69BF69) is unknown color: approx Fern. HEX triplet: 69, BF and 69. RGB value is (105,191,105). Sum of RGB (Red+Green+Blue) = 105+191+105=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #69BF69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BF69 is #964096. Grayscale: #9B9B9B. Windows color (decimal): -9846935 or 6930281. OLE color: 6930281.

HSL color Cylindrical-coordinate representation of color #69BF69: hue angle of 120º 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 #69BF69 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB105191105-
CMYK0.4500.450.25
HSL120º40.19%58.04%-
HSV(B)120º45.03%74.9%-
XYZ27.0141.2819.91-
YUV155.4899.5191.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.18%
GREEN value IS 191 (75% from 255) = 47.63%
BLUE value IS 105 (41.41% from 255) = 26.18%
R=26.18%
G=47.63%
B=26.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051911050.4500.450.2512040.1958.04
Hex69BF692D02D1978283a
Octal15127715155055311705072
Binary11010011011111111010011011010101101110011111000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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