#69BA7C

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

Shades of Fern #69BA7C

Tints of Fern #69BA7C

Color information

#69BA7C (or 0x69BA7C) is unknown color: approx Fern. HEX triplet: 69, BA and 7C. RGB value is (105,186,124). Sum of RGB (Red+Green+Blue) = 105+186+124=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 186 - color contains mainly: green. Hex color #69BA7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BA7C is #964583. Grayscale: #9A9A9A. Windows color (decimal): -9848196 or 8174185. OLE color: 8174185.

HSL color Cylindrical-coordinate representation of color #69BA7C: hue angle of 134.07º 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 #69BA7C is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB105186124-
CMYK0.4400.330.27
HSL134.07º36.99%57.06%-
HSV(B)134.07º43.55%72.94%-
XYZ27.0239.5825.28-
YUV154.71110.6692.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.30%
GREEN value IS 186 (73.05% from 255) = 44.82%
BLUE value IS 124 (48.83% from 255) = 29.88%
R=25.30%
G=44.82%
B=29.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051861240.4400.330.27134.0736.9957.06
Hex69BA7C2C0211B862539
Octal15127217454041332064571
Binary110100110111010111110010110001000011101110000110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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