#69BF63

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

Shades of Fern #69BF63

Tints of Fern #69BF63

Color information

#69BF63 (or 0x69BF63) is unknown color: approx Fern. HEX triplet: 69, BF and 63. RGB value is (105,191,99). Sum of RGB (Red+Green+Blue) = 105+191+99=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 191 (75% from 255 or 48.35% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 191 - color contains mainly: green. Hex color #69BF63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BF63 is #96409C. Grayscale: #9B9B9B. Windows color (decimal): -9846941 or 6537065. OLE color: 6537065.

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

Color convert

RGB10519199-
CMYK0.4500.480.25
HSL116.09º41.82%56.86%-
HSV(B)116.09º48.17%74.9%-
XYZ26.7141.1718.34-
YUV154.896.5192.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.58%
GREEN value IS 191 (75% from 255) = 48.35%
BLUE value IS 99 (39.06% from 255) = 25.06%
R=26.58%
G=48.35%
B=25.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105191990.4500.480.25116.0941.8256.86
Hex69BF632D03019742a39
Octal15127714355060311645271
Binary11010011011111111000111011010110000110011110100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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