#6CB469

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

Shades of Fern #6CB469

Tints of Fern #6CB469

Color information

#6CB469 (or 0x6CB469) is unknown color: approx Fern. HEX triplet: 6C, B4 and 69. RGB value is (108,180,105). Sum of RGB (Red+Green+Blue) = 108+180+105=393 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.48% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB469 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB469 is #934B96. Grayscale: #969696. Windows color (decimal): -9653143 or 6927468. OLE color: 6927468.

HSL color Cylindrical-coordinate representation of color #6CB469: hue angle of 117.6º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6CB469 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB108180105-
CMYK0.4000.420.29
HSL117.6º33.33%55.88%-
HSV(B)117.6º41.67%70.59%-
XYZ25.0636.8519.16-
YUV149.92102.6598.1-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.48%
GREEN value IS 180 (70.70% from 255) = 45.80%
BLUE value IS 105 (41.41% from 255) = 26.72%
R=27.48%
G=45.80%
B=26.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1081801050.4000.420.29117.633.3355.88
Hex6CB4692802A1D762138
Octal15426415150052351664170
Binary11011001011010011010011010000101010111011110110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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