#69BB5D

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

Shades of Fern #69BB5D

Tints of Fern #69BB5D

Color information

#69BB5D (or 0x69BB5D) is unknown color: approx Fern. HEX triplet: 69, BB and 5D. RGB value is (105,187,93). Sum of RGB (Red+Green+Blue) = 105+187+93=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 187 (73.44% from 255 or 48.57% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 187 - color contains mainly: green. Hex color #69BB5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BB5D is #9644A2. Grayscale: #989898. Windows color (decimal): -9847971 or 6142825. OLE color: 6142825.

HSL color Cylindrical-coordinate representation of color #69BB5D: hue angle of 112.34º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69BB5D is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB10518793-
CMYK0.4400.500.27
HSL112.34º40.87%54.9%-
HSV(B)112.34º50.27%73.33%-
XYZ25.5739.3316.6-
YUV151.7794.8394.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.27%
GREEN value IS 187 (73.44% from 255) = 48.57%
BLUE value IS 93 (36.72% from 255) = 24.16%
R=27.27%
G=48.57%
B=24.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal105187930.4400.500.27112.3440.8754.9
Hex69BB5D2C0321B702937
Octal15127313554062331605167
Binary11010011011101110111011011000110010110111110000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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