#69BF6B

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

Shades of Fern #69BF6B

Tints of Fern #69BF6B

Color information

#69BF6B (or 0x69BF6B) is unknown color: approx Fern. HEX triplet: 69, BF and 6B. RGB value is (105,191,107). Sum of RGB (Red+Green+Blue) = 105+191+107=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 191 - color contains mainly: green. Hex color #69BF6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BF6B is #964094. Grayscale: #9B9B9B. Windows color (decimal): -9846933 or 7061353. OLE color: 7061353.

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

Color convert

RGB105191107-
CMYK0.4500.440.25
HSL121.4º40.19%58.04%-
HSV(B)121.4º45.03%74.9%-
XYZ27.1141.3320.46-
YUV155.71100.5191.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.05%
GREEN value IS 191 (75% from 255) = 47.39%
BLUE value IS 107 (42.19% from 255) = 26.55%
R=26.05%
G=47.39%
B=26.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051911070.4500.440.25121.440.1958.04
Hex69BF6B2D02C1979283a
Octal15127715355054311715072
Binary11010011011111111010111011010101100110011111001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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