#69A663

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

Shades of Fern #69A663

Tints of Fern #69A663

Color information

#69A663 (or 0x69A663) is unknown color: approx Fern. HEX triplet: 69, A6 and 63. RGB value is (105,166,99). Sum of RGB (Red+Green+Blue) = 105+166+99=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 166 - color contains mainly: green. Hex color #69A663 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A663 is #96599C. Grayscale: #8C8C8C. Windows color (decimal): -9853341 or 6530665. OLE color: 6530665.

HSL color Cylindrical-coordinate representation of color #69A663: hue angle of 114.63º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69A663 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB10516699-
CMYK0.3700.400.35
HSL114.63º27.35%51.96%-
HSV(B)114.63º40.36%65.1%-
XYZ21.7131.1816.68-
YUV140.12104.79102.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.38%
GREEN value IS 166 (65.23% from 255) = 44.86%
BLUE value IS 99 (39.06% from 255) = 26.76%
R=28.38%
G=44.86%
B=26.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal105166990.3700.400.35114.6327.3551.96
Hex69A6632502823731b34
Octal15124614345050431633364
Binary11010011010011011000111001010101000100011111001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,166,99); }

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

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

 a { background-color: rgb(105,166,99); }

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

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

 span { border-color: rgb(105,166,99); }

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