#69BD63

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

Shades of Fern #69BD63

Tints of Fern #69BD63

Color information

#69BD63 (or 0x69BD63) is unknown color: approx Fern. HEX triplet: 69, BD and 63. RGB value is (105,189,99). Sum of RGB (Red+Green+Blue) = 105+189+99=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 99 (39.06% from 255 or 25.19% from 393); Max value from RGB is 189 - color contains mainly: green. Hex color #69BD63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BD63 is #96429C. Grayscale: #999999. Windows color (decimal): -9847453 or 6536553. OLE color: 6536553.

HSL color Cylindrical-coordinate representation of color #69BD63: hue angle of 116º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69BD63 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB10518999-
CMYK0.4400.480.26
HSL116º40.54%56.47%-
HSV(B)116º47.62%74.12%-
XYZ26.2840.318.2-
YUV153.6297.1793.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.72%
GREEN value IS 189 (74.22% from 255) = 48.09%
BLUE value IS 99 (39.06% from 255) = 25.19%
R=26.72%
G=48.09%
B=25.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal105189990.4400.480.2611640.5456.47
Hex69BD632C0301A742938
Octal15127514354060321645170
Binary11010011011110111000111011000110000110101110100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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