#69BF7E

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

Shades of Fern #69BF7E

Tints of Fern #69BF7E

Color information

#69BF7E (or 0x69BF7E) is unknown color: approx Fern. HEX triplet: 69, BF and 7E. RGB value is (105,191,126). Sum of RGB (Red+Green+Blue) = 105+191+126=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 191 - color contains mainly: green. Hex color #69BF7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BF7E is #964081. Grayscale: #9E9E9E. Windows color (decimal): -9846914 or 8306537. OLE color: 8306537.

HSL color Cylindrical-coordinate representation of color #69BF7E: hue angle of 134.65º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69BF7E is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB105191126-
CMYK0.4500.340.25
HSL134.65º40.19%58.04%-
HSV(B)134.65º45.03%74.9%-
XYZ28.2241.7726.31-
YUV157.88110.0190.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.88%
GREEN value IS 191 (75% from 255) = 45.26%
BLUE value IS 126 (49.61% from 255) = 29.86%
R=24.88%
G=45.26%
B=29.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051911260.4500.340.25134.6540.1958.04
Hex69BF7E2D0221987283a
Octal15127717655042312075072
Binary110100110111111111111010110101000101100110000111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,191,126); }

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

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

 a { background-color: rgb(105,191,126); }

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

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

 span { border-color: rgb(105,191,126); }

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