#69B972

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

Shades of Fern #69B972

Tints of Fern #69B972

Color information

#69B972 (or 0x69B972) is unknown color: approx Fern. HEX triplet: 69, B9 and 72. RGB value is (105,185,114). Sum of RGB (Red+Green+Blue) = 105+185+114=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 185 (72.66% from 255 or 45.79% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 185 - color contains mainly: green. Hex color #69B972 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B972 is #96468D. Grayscale: #999999. Windows color (decimal): -9848462 or 7518569. OLE color: 7518569.

HSL color Cylindrical-coordinate representation of color #69B972: hue angle of 126.75º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69B972 is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB105185114-
CMYK0.4300.380.27
HSL126.75º36.36%56.86%-
HSV(B)126.75º43.24%72.55%-
XYZ26.2138.9222.05-
YUV152.9910693.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.99%
GREEN value IS 185 (72.66% from 255) = 45.79%
BLUE value IS 114 (44.92% from 255) = 28.22%
R=25.99%
G=45.79%
B=28.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051851140.4300.380.27126.7536.3656.86
Hex69B9722B0261B7f2439
Octal15127116253046331774471
Binary11010011011100111100101010110100110110111111111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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