#69B463

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

Shades of Fern #69B463

Tints of Fern #69B463

Color information

#69B463 (or 0x69B463) is unknown color: approx Fern. HEX triplet: 69, B4 and 63. RGB value is (105,180,99). Sum of RGB (Red+Green+Blue) = 105+180+99=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #69B463 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B463 is #964B9C. Grayscale: #949494. Windows color (decimal): -9849757 or 6534249. OLE color: 6534249.

HSL color Cylindrical-coordinate representation of color #69B463: hue angle of 115.56º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69B463 is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB10518099-
CMYK0.4200.450.29
HSL115.56º35.06%54.71%-
HSV(B)115.56º45%70.59%-
XYZ24.436.5517.57-
YUV148.34100.1597.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.34%
GREEN value IS 180 (70.70% from 255) = 46.88%
BLUE value IS 99 (39.06% from 255) = 25.78%
R=27.34%
G=46.88%
B=25.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal105180990.4200.450.29115.5635.0654.71
Hex69B4632A02D1D742337
Octal15126414352055351644367
Binary11010011011010011000111010100101101111011110100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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