#6CA869

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

Shades of Fern #6CA869

Tints of Fern #6CA869

Color information

#6CA869 (or 0x6CA869) is unknown color: approx Fern. HEX triplet: 6C, A8 and 69. RGB value is (108,168,105). Sum of RGB (Red+Green+Blue) = 108+168+105=381 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.35% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 168 - color contains mainly: green. Hex color #6CA869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA869 is #935796. Grayscale: #8F8F8F. Windows color (decimal): -9656215 or 6924396. OLE color: 6924396.

HSL color Cylindrical-coordinate representation of color #6CA869: hue angle of 117.14º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6CA869 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB108168105-
CMYK0.3600.380.34
HSL117.14º26.58%53.53%-
HSV(B)117.14º37.5%65.88%-
XYZ22.7432.2118.38-
YUV142.88106.62103.12-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.35%
GREEN value IS 168 (66.02% from 255) = 44.09%
BLUE value IS 105 (41.41% from 255) = 27.56%
R=28.35%
G=44.09%
B=27.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1081681050.3600.380.34117.1426.5853.53
Hex6CA8692402622751b36
Octal15425015144046421653366
Binary11011001010100011010011001000100110100010111010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CA869; }

 p { color: rgb(108,168,105); }

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

<style>
 a { background-color: #6CA869; }

 a { background-color: rgb(108,168,105); }

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

<style>
 span { border-color: #6CA869; }

 span { border-color: rgb(108,168,105); }

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