#69B574

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

Shades of Fern #69B574

Tints of Fern #69B574

Color information

#69B574 (or 0x69B574) is unknown color: approx Fern. HEX triplet: 69, B5 and 74. RGB value is (105,181,116). Sum of RGB (Red+Green+Blue) = 105+181+116=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 181 (71.09% from 255 or 45.02% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 181 - color contains mainly: green. Hex color #69B574 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B574 is #964A8B. Grayscale: #979797. Windows color (decimal): -9849484 or 7648617. OLE color: 7648617.

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

Color convert

RGB105181116-
CMYK0.4200.360.29
HSL128.68º33.93%56.08%-
HSV(B)128.68º41.99%70.98%-
XYZ25.537.3122.38-
YUV150.87108.3295.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.12%
GREEN value IS 181 (71.09% from 255) = 45.02%
BLUE value IS 116 (45.70% from 255) = 28.86%
R=26.12%
G=45.02%
B=28.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051811160.4200.360.29128.6833.9356.08
Hex69B5742A0241D812238
Octal15126516452044352014270
Binary110100110110101111010010101001001001110110000001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,181,116); }

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

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

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

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

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

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

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