#69A967

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

Shades of Fern #69A967

Tints of Fern #69A967

Color information

#69A967 (or 0x69A967) is unknown color: approx Fern. HEX triplet: 69, A9 and 67. RGB value is (105,169,103). Sum of RGB (Red+Green+Blue) = 105+169+103=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 169 (66.41% from 255 or 44.83% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 169 - color contains mainly: green. Hex color #69A967 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A967 is #965698. Grayscale: #8E8E8E. Windows color (decimal): -9852569 or 6793577. OLE color: 6793577.

HSL color Cylindrical-coordinate representation of color #69A967: hue angle of 118.18º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69A967 is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB105169103-
CMYK0.3800.390.34
HSL118.18º27.73%53.33%-
HSV(B)118.18º39.05%66.27%-
XYZ22.4632.3617.89-
YUV142.34105.8101.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.85%
GREEN value IS 169 (66.41% from 255) = 44.83%
BLUE value IS 103 (40.62% from 255) = 27.32%
R=27.85%
G=44.83%
B=27.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1051691030.3800.390.34118.1827.7353.33
Hex69A9672602722761c35
Octal15125114746047421663465
Binary11010011010100111001111001100100111100010111011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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