#69BD69

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

Shades of Fern #69BD69

Tints of Fern #69BD69

Color information

#69BD69 (or 0x69BD69) is unknown color: approx Fern. HEX triplet: 69, BD and 69. RGB value is (105,189,105). Sum of RGB (Red+Green+Blue) = 105+189+105=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 189 - color contains mainly: green. Hex color #69BD69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BD69 is #964296. Grayscale: #9A9A9A. Windows color (decimal): -9847447 or 6929769. OLE color: 6929769.

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

Color convert

RGB105189105-
CMYK0.4400.440.26
HSL120º38.89%57.65%-
HSV(B)120º44.44%74.12%-
XYZ26.5740.4219.77-
YUV154.31100.1792.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.32%
GREEN value IS 189 (74.22% from 255) = 47.37%
BLUE value IS 105 (41.41% from 255) = 26.32%
R=26.32%
G=47.37%
B=26.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1051891050.4400.440.2612038.8957.65
Hex69BD692C02C1A78273a
Octal15127515154054321704772
Binary11010011011110111010011011000101100110101111000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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