#69BF61

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

Shades of Fern #69BF61

Tints of Fern #69BF61

Color information

#69BF61 (or 0x69BF61) is unknown color: approx Fern. HEX triplet: 69, BF and 61. RGB value is (105,191,97). Sum of RGB (Red+Green+Blue) = 105+191+97=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 191 (75% from 255 or 48.60% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 191 - color contains mainly: green. Hex color #69BF61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BF61 is #96409E. Grayscale: #9A9A9A. Windows color (decimal): -9846943 or 6405993. OLE color: 6405993.

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

Color convert

RGB10519197-
CMYK0.4500.490.25
HSL114.89º42.34%56.47%-
HSV(B)114.89º49.21%74.9%-
XYZ26.6141.1317.85-
YUV154.5795.5192.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.72%
GREEN value IS 191 (75% from 255) = 48.60%
BLUE value IS 97 (38.28% from 255) = 24.68%
R=26.72%
G=48.60%
B=24.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105191970.4500.490.25114.8942.3456.47
Hex69BF612D03119732a38
Octal15127714155061311635270
Binary11010011011111111000011011010110001110011110011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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