#69BC7C

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

Shades of Fern #69BC7C

Tints of Fern #69BC7C

Color information

#69BC7C (or 0x69BC7C) is unknown color: approx Fern. HEX triplet: 69, BC and 7C. RGB value is (105,188,124). Sum of RGB (Red+Green+Blue) = 105+188+124=417 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.18% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #69BC7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BC7C is #964383. Grayscale: #9C9C9C. Windows color (decimal): -9847684 or 8174697. OLE color: 8174697.

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

Color convert

RGB105188124-
CMYK0.4400.340.26
HSL133.73º38.25%57.45%-
HSV(B)133.73º44.15%73.73%-
XYZ27.4540.4225.42-
YUV155.8911091.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.18%
GREEN value IS 188 (73.83% from 255) = 45.08%
BLUE value IS 124 (48.83% from 255) = 29.74%
R=25.18%
G=45.08%
B=29.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1051881240.4400.340.26133.7338.2557.45
Hex69BC7C2C0221A862639
Octal15127417454042322064671
Binary110100110111100111110010110001000101101010000110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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