#69BA71

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

Shades of Fern #69BA71

Tints of Fern #69BA71

Color information

#69BA71 (or 0x69BA71) is unknown color: approx Fern. HEX triplet: 69, BA and 71. RGB value is (105,186,113). Sum of RGB (Red+Green+Blue) = 105+186+113=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #69BA71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BA71 is #96458E. Grayscale: #999999. Windows color (decimal): -9848207 or 7453289. OLE color: 7453289.

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

Color convert

RGB105186113-
CMYK0.4400.390.27
HSL125.93º36.99%57.06%-
HSV(B)125.93º43.55%72.94%-
XYZ26.3739.3121.82-
YUV153.46105.1693.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.99%
GREEN value IS 186 (73.05% from 255) = 46.04%
BLUE value IS 113 (44.53% from 255) = 27.97%
R=25.99%
G=46.04%
B=27.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051861130.4400.390.27125.9336.9957.06
Hex69BA712C0271B7e2539
Octal15127216154047331764571
Binary11010011011101011100011011000100111110111111110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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