#69BA6C

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

Shades of Fern #69BA6C

Tints of Fern #69BA6C

Color information

#69BA6C (or 0x69BA6C) is unknown color: approx Fern. HEX triplet: 69, BA and 6C. RGB value is (105,186,108). Sum of RGB (Red+Green+Blue) = 105+186+108=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #69BA6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BA6C is #964593. Grayscale: #999999. Windows color (decimal): -9848212 or 7125609. OLE color: 7125609.

HSL color Cylindrical-coordinate representation of color #69BA6C: hue angle of 122.22º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69BA6C is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB105186108-
CMYK0.4400.420.27
HSL122.22º36.99%57.06%-
HSV(B)122.22º43.55%72.94%-
XYZ26.0939.220.38-
YUV152.89102.6693.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.32%
GREEN value IS 186 (73.05% from 255) = 46.62%
BLUE value IS 108 (42.58% from 255) = 27.07%
R=26.32%
G=46.62%
B=27.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051861080.4400.420.27122.2236.9957.06
Hex69BA6C2C02A1B7a2539
Octal15127215454052331724571
Binary11010011011101011011001011000101010110111111010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,186,108); }

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

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

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

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

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

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

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