#69B17A

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

Shades of Fern #69B17A

Tints of Fern #69B17A

Color information

#69B17A (or 0x69B17A) is unknown color: approx Fern. HEX triplet: 69, B1 and 7A. RGB value is (105,177,122). Sum of RGB (Red+Green+Blue) = 105+177+122=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 177 - color contains mainly: green. Hex color #69B17A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69B17A is #964E85. Grayscale: #959595. Windows color (decimal): -9850502 or 8040809. OLE color: 8040809.

HSL color Cylindrical-coordinate representation of color #69B17A: hue angle of 134.17º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #69B17A is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB105177122-
CMYK0.4100.310.31
HSL134.17º31.58%55.29%-
HSV(B)134.17º40.68%69.41%-
XYZ25.0635.8524.01-
YUV149.2112.6596.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.99%
GREEN value IS 177 (69.53% from 255) = 43.81%
BLUE value IS 122 (48.05% from 255) = 30.20%
R=25.99%
G=43.81%
B=30.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051771220.4100.310.31134.1731.5855.29
Hex69B17A2901F1F862037
Octal15126117251037372064067
Binary11010011011000111110101010010111111111110000110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,177,122); }

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

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

 a { background-color: rgb(105,177,122); }

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

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

 span { border-color: rgb(105,177,122); }

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