#69B470

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

Shades of Fern #69B470

Tints of Fern #69B470

Color information

#69B470 (or 0x69B470) is unknown color: approx Fern. HEX triplet: 69, B4 and 70. RGB value is (105,180,112). Sum of RGB (Red+Green+Blue) = 105+180+112=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 180 - color contains mainly: green. Hex color #69B470 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B470 is #964B8F. Grayscale: #969696. Windows color (decimal): -9849744 or 7386217. OLE color: 7386217.

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

Color convert

RGB105180112-
CMYK0.4200.380.29
HSL125.6º33.33%55.88%-
HSV(B)125.6º41.67%70.59%-
XYZ25.0736.8221.11-
YUV149.82106.6596.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.45%
GREEN value IS 180 (70.70% from 255) = 45.34%
BLUE value IS 112 (44.14% from 255) = 28.21%
R=26.45%
G=45.34%
B=28.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051801120.4200.380.29125.633.3355.88
Hex69B4702A0261D7e2138
Octal15126416052046351764170
Binary11010011011010011100001010100100110111011111110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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