#6BAD76

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

Shades of Fern #6BAD76

Tints of Fern #6BAD76

Color information

#6BAD76 (or 0x6BAD76) is unknown color: approx Fern. HEX triplet: 6B, AD and 76. RGB value is (107,173,118). Sum of RGB (Red+Green+Blue) = 107+173+118=398 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.88% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 173 - color contains mainly: green. Hex color #6BAD76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAD76 is #945289. Grayscale: #939393. Windows color (decimal): -9720458 or 7777643. OLE color: 7777643.

HSL color Cylindrical-coordinate representation of color #6BAD76: hue angle of 130º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6BAD76 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB107173118-
CMYK0.3800.320.32
HSL130º28.7%54.9%-
HSV(B)130º38.15%67.84%-
XYZ24.2834.3222.48-
YUV147111.6399.47-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.88%
GREEN value IS 173 (67.97% from 255) = 43.47%
BLUE value IS 118 (46.48% from 255) = 29.65%
R=26.88%
G=43.47%
B=29.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1071731180.3800.320.3213028.754.9
Hex6BAD762602020821d37
Octal15325516646040402023567
Binary110101110101101111011010011001000001000001000001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,173,118); }

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

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

 a { background-color: rgb(107,173,118); }

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

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

 span { border-color: rgb(107,173,118); }

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