#69B460

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

Shades of Fern #69B460

Tints of Fern #69B460

Color information

#69B460 (or 0x69B460) is unknown color: approx Fern. HEX triplet: 69, B4 and 60. RGB value is (105,180,96). Sum of RGB (Red+Green+Blue) = 105+180+96=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 180 (70.70% from 255 or 47.24% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 180 - color contains mainly: green. Hex color #69B460 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B460 is #964B9F. Grayscale: #949494. Windows color (decimal): -9849760 or 6337641. OLE color: 6337641.

HSL color Cylindrical-coordinate representation of color #69B460: hue angle of 113.57º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69B460 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB10518096-
CMYK0.4200.470.29
HSL113.57º35.9%54.12%-
HSV(B)113.57º46.67%70.59%-
XYZ24.2636.4916.83-
YUV14898.6597.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.56%
GREEN value IS 180 (70.70% from 255) = 47.24%
BLUE value IS 96 (37.89% from 255) = 25.20%
R=27.56%
G=47.24%
B=25.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal105180960.4200.470.29113.5735.954.12
Hex69B4602A02F1D722436
Octal15126414052057351624466
Binary11010011011010011000001010100101111111011110010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,180,96); }

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

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

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

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

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

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

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