#69B365

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

Shades of Fern #69B365

Tints of Fern #69B365

Color information

#69B365 (or 0x69B365) is unknown color: approx Fern. HEX triplet: 69, B3 and 65. RGB value is (105,179,101). Sum of RGB (Red+Green+Blue) = 105+179+101=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 179 - color contains mainly: green. Hex color #69B365 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B365 is #964C9A. Grayscale: #949494. Windows color (decimal): -9850011 or 6665065. OLE color: 6665065.

HSL color Cylindrical-coordinate representation of color #69B365: hue angle of 116.92º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69B365 is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB105179101-
CMYK0.4100.440.30
HSL116.92º33.91%54.9%-
HSV(B)116.92º43.58%70.2%-
XYZ24.2936.1818.02-
YUV147.98101.4897.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.27%
GREEN value IS 179 (70.31% from 255) = 46.49%
BLUE value IS 101 (39.84% from 255) = 26.23%
R=27.27%
G=46.49%
B=26.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1051791010.4100.440.30116.9233.9154.9
Hex69B3652902C1E752237
Octal15126314551054361654267
Binary11010011011001111001011010010101100111101110101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,179,101); }

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

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

 a { background-color: rgb(105,179,101); }

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

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

 span { border-color: rgb(105,179,101); }

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