#69C575

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

Shades of Fern #69C575

Tints of Fern #69C575

Color information

#69C575 (or 0x69C575) is unknown color: approx Fern. HEX triplet: 69, C5 and 75. RGB value is (105,197,117). Sum of RGB (Red+Green+Blue) = 105+197+117=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 197 - color contains mainly: green. Hex color #69C575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C575 is #963A8A. Grayscale: #A0A0A0. Windows color (decimal): -9845387 or 7718249. OLE color: 7718249.

HSL color Cylindrical-coordinate representation of color #69C575: hue angle of 127.83º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69C575 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB105197117-
CMYK0.4700.410.23
HSL127.83º44.23%59.22%-
HSV(B)127.83º46.7%77.25%-
XYZ2944.2223.84-
YUV160.37103.5288.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.06%
GREEN value IS 197 (77.34% from 255) = 47.02%
BLUE value IS 117 (46.09% from 255) = 27.92%
R=25.06%
G=47.02%
B=27.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1051971170.4700.410.23127.8344.2359.22
Hex69C5752F02917802c3b
Octal15130516557051272005473
Binary110100111000101111010110111101010011011110000000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,197,117); }

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

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

 a { background-color: rgb(105,197,117); }

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

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

 span { border-color: rgb(105,197,117); }

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