#69B472

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

Shades of Fern #69B472

Tints of Fern #69B472

Color information

#69B472 (or 0x69B472) is unknown color: approx Fern. HEX triplet: 69, B4 and 72. RGB value is (105,180,114). Sum of RGB (Red+Green+Blue) = 105+180+114=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 180 - color contains mainly: green. Hex color #69B472 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B472 is #964B8D. Grayscale: #969696. Windows color (decimal): -9849742 or 7517289. OLE color: 7517289.

HSL color Cylindrical-coordinate representation of color #69B472: hue angle of 127.2º 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 #69B472 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB105180114-
CMYK0.4200.370.29
HSL127.2º33.33%55.88%-
HSV(B)127.2º41.67%70.59%-
XYZ25.1836.8621.71-
YUV150.05107.6595.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.32%
GREEN value IS 180 (70.70% from 255) = 45.11%
BLUE value IS 114 (44.92% from 255) = 28.57%
R=26.32%
G=45.11%
B=28.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051801140.4200.370.29127.233.3355.88
Hex69B4722A0251D7f2138
Octal15126416252045351774170
Binary11010011011010011100101010100100101111011111111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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