#69B575

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

Shades of Fern #69B575

Tints of Fern #69B575

Color information

#69B575 (or 0x69B575) is unknown color: approx Fern. HEX triplet: 69, B5 and 75. RGB value is (105,181,117). Sum of RGB (Red+Green+Blue) = 105+181+117=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 181 - color contains mainly: green. Hex color #69B575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B575 is #964A8A. Grayscale: #979797. Windows color (decimal): -9849483 or 7714153. OLE color: 7714153.

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

Color convert

RGB105181117-
CMYK0.4200.350.29
HSL129.47º33.93%56.08%-
HSV(B)129.47º41.99%70.98%-
XYZ25.5637.3422.69-
YUV150.98108.8295.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.05%
GREEN value IS 181 (71.09% from 255) = 44.91%
BLUE value IS 117 (46.09% from 255) = 29.03%
R=26.05%
G=44.91%
B=29.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051811170.4200.350.29129.4733.9356.08
Hex69B5752A0231D812238
Octal15126516552043352014270
Binary110100110110101111010110101001000111110110000001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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