#69BB7D

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

Shades of Fern #69BB7D

Tints of Fern #69BB7D

Color information

#69BB7D (or 0x69BB7D) is unknown color: approx Fern. HEX triplet: 69, BB and 7D. RGB value is (105,187,125). Sum of RGB (Red+Green+Blue) = 105+187+125=417 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.18% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 187 - color contains mainly: green. Hex color #69BB7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BB7D is #964482. Grayscale: #9B9B9B. Windows color (decimal): -9847939 or 8239977. OLE color: 8239977.

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

Color convert

RGB105187125-
CMYK0.4400.330.27
HSL134.63º37.61%57.25%-
HSV(B)134.63º43.85%73.33%-
XYZ27.340.0225.69-
YUV155.41110.8392.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.18%
GREEN value IS 187 (73.44% from 255) = 44.84%
BLUE value IS 125 (49.22% from 255) = 29.98%
R=25.18%
G=44.84%
B=29.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051871250.4400.330.27134.6337.6157.25
Hex69BB7D2C0211B872639
Octal15127317554041332074671
Binary110100110111011111110110110001000011101110000111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,187,125); }

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

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

 a { background-color: rgb(105,187,125); }

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

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

 span { border-color: rgb(105,187,125); }

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