#69BF7B

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

Shades of Fern #69BF7B

Tints of Fern #69BF7B

Color information

#69BF7B (or 0x69BF7B) is unknown color: approx Fern. HEX triplet: 69, BF and 7B. RGB value is (105,191,123). Sum of RGB (Red+Green+Blue) = 105+191+123=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 191 - color contains mainly: green. Hex color #69BF7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BF7B is #964084. Grayscale: #9D9D9D. Windows color (decimal): -9846917 or 8109929. OLE color: 8109929.

HSL color Cylindrical-coordinate representation of color #69BF7B: hue angle of 132.56º 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 #69BF7B is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB105191123-
CMYK0.4500.360.25
HSL132.56º40.19%58.04%-
HSV(B)132.56º45.03%74.9%-
XYZ28.0341.6925.31-
YUV157.53108.5190.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.06%
GREEN value IS 191 (75% from 255) = 45.58%
BLUE value IS 123 (48.44% from 255) = 29.36%
R=25.06%
G=45.58%
B=29.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051911230.4500.360.25132.5640.1958.04
Hex69BF7B2D0241985283a
Octal15127717355044312055072
Binary110100110111111111101110110101001001100110000101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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