#69BC70

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

Shades of Fern #69BC70

Tints of Fern #69BC70

Color information

#69BC70 (or 0x69BC70) is unknown color: approx Fern. HEX triplet: 69, BC and 70. RGB value is (105,188,112). Sum of RGB (Red+Green+Blue) = 105+188+112=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #69BC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BC70 is #96438F. Grayscale: #9A9A9A. Windows color (decimal): -9847696 or 7388265. OLE color: 7388265.

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

Color convert

RGB105188112-
CMYK0.4400.400.26
HSL125.06º38.25%57.45%-
HSV(B)125.06º44.15%73.73%-
XYZ26.7340.1421.67-
YUV154.5210492.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.93%
GREEN value IS 188 (73.83% from 255) = 46.42%
BLUE value IS 112 (44.14% from 255) = 27.65%
R=25.93%
G=46.42%
B=27.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1051881120.4400.400.26125.0638.2557.45
Hex69BC702C0281A7d2639
Octal15127416054050321754671
Binary11010011011110011100001011000101000110101111101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,188,112); }

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

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

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

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

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

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

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