#69B467

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

Shades of Fern #69B467

Tints of Fern #69B467

Color information

#69B467 (or 0x69B467) is unknown color: approx Fern. HEX triplet: 69, B4 and 67. RGB value is (105,180,103). Sum of RGB (Red+Green+Blue) = 105+180+103=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 180 - color contains mainly: green. Hex color #69B467 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B467 is #964B98. Grayscale: #959595. Windows color (decimal): -9849753 or 6796393. OLE color: 6796393.

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

Color convert

RGB105180103-
CMYK0.4200.430.29
HSL118.44º33.92%55.49%-
HSV(B)118.44º42.78%70.59%-
XYZ24.636.6318.61-
YUV148.8102.1596.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.06%
GREEN value IS 180 (70.70% from 255) = 46.39%
BLUE value IS 103 (40.62% from 255) = 26.55%
R=27.06%
G=46.39%
B=26.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051801030.4200.430.29118.4433.9255.49
Hex69B4672A02B1D762237
Octal15126414752053351664267
Binary11010011011010011001111010100101011111011110110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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