#69B464

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

Shades of Fern #69B464

Tints of Fern #69B464

Color information

#69B464 (or 0x69B464) is unknown color: approx Fern. HEX triplet: 69, B4 and 64. RGB value is (105,180,100). Sum of RGB (Red+Green+Blue) = 105+180+100=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 180 - color contains mainly: green. Hex color #69B464 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B464 is #964B9B. Grayscale: #949494. Windows color (decimal): -9849756 or 6599785. OLE color: 6599785.

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

Color convert

RGB105180100-
CMYK0.4200.440.29
HSL116.25º34.78%54.9%-
HSV(B)116.25º44.44%70.59%-
XYZ24.4536.5717.83-
YUV148.46100.6597-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.27%
GREEN value IS 180 (70.70% from 255) = 46.75%
BLUE value IS 100 (39.45% from 255) = 25.97%
R=27.27%
G=46.75%
B=25.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051801000.4200.440.29116.2534.7854.9
Hex69B4642A02C1D742337
Octal15126414452054351644367
Binary11010011011010011001001010100101100111011110100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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