#6CBA7A

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

Shades of Fern #6CBA7A

Tints of Fern #6CBA7A

Color information

#6CBA7A (or 0x6CBA7A) is unknown color: approx Fern. HEX triplet: 6C, BA and 7A. RGB value is (108,186,122). Sum of RGB (Red+Green+Blue) = 108+186+122=416 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.96% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CBA7A is #934585. Grayscale: #9B9B9B. Windows color (decimal): -9651590 or 8043116. OLE color: 8043116.

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

Color convert

RGB108186122-
CMYK0.4200.340.27
HSL130.77º36.11%57.65%-
HSV(B)130.77º41.94%72.94%-
XYZ27.2639.7124.64-
YUV155.38109.1694.2-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.96%
GREEN value IS 186 (73.05% from 255) = 44.71%
BLUE value IS 122 (48.05% from 255) = 29.33%
R=25.96%
G=44.71%
B=29.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1081861220.4200.340.27130.7736.1157.65
Hex6CBA7A2A0221B83243a
Octal15427217252042332034472
Binary110110010111010111101010101001000101101110000011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,186,122); }

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

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

 a { background-color: rgb(108,186,122); }

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

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

 span { border-color: rgb(108,186,122); }

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