#69B369

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

Shades of Fern #69B369

Tints of Fern #69B369

Color information

#69B369 (or 0x69B369) is unknown color: approx Fern. HEX triplet: 69, B3 and 69. RGB value is (105,179,105). Sum of RGB (Red+Green+Blue) = 105+179+105=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 179 - color contains mainly: green. Hex color #69B369 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B369 is #964C96. Grayscale: #949494. Windows color (decimal): -9850007 or 6927209. OLE color: 6927209.

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

Color convert

RGB105179105-
CMYK0.4100.410.30
HSL120º32.74%55.69%-
HSV(B)120º41.34%70.2%-
XYZ24.536.2619.07-
YUV148.44103.4897.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.99%
GREEN value IS 179 (70.31% from 255) = 46.02%
BLUE value IS 105 (41.41% from 255) = 26.99%
R=26.99%
G=46.02%
B=26.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1051791050.4100.410.3012032.7455.69
Hex69B369290291E782138
Octal15126315151051361704170
Binary11010011011001111010011010010101001111101111000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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