#69BD65

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

Shades of Fern #69BD65

Tints of Fern #69BD65

Color information

#69BD65 (or 0x69BD65) is unknown color: approx Fern. HEX triplet: 69, BD and 65. RGB value is (105,189,101). Sum of RGB (Red+Green+Blue) = 105+189+101=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 189 (74.22% from 255 or 47.85% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 189 - color contains mainly: green. Hex color #69BD65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BD65 is #96429A. Grayscale: #9A9A9A. Windows color (decimal): -9847451 or 6667625. OLE color: 6667625.

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

Color convert

RGB105189101-
CMYK0.4400.470.26
HSL117.27º40%56.86%-
HSV(B)117.27º46.56%74.12%-
XYZ26.3740.3418.71-
YUV153.8598.1793.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.58%
GREEN value IS 189 (74.22% from 255) = 47.85%
BLUE value IS 101 (39.84% from 255) = 25.57%
R=26.58%
G=47.85%
B=25.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1051891010.4400.470.26117.274056.86
Hex69BD652C02F1A752839
Octal15127514554057321655071
Binary11010011011110111001011011000101111110101110101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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