#6BA76C

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

Shades of Fern #6BA76C

Tints of Fern #6BA76C

Color information

#6BA76C (or 0x6BA76C) is unknown color: approx Fern. HEX triplet: 6B, A7 and 6C. RGB value is (107,167,108). Sum of RGB (Red+Green+Blue) = 107+167+108=382 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.01% from 382); Green value is 167 (65.62% from 255 or 43.72% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 167 - color contains mainly: green. Hex color #6BA76C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA76C is #945893. Grayscale: #8E8E8E. Windows color (decimal): -9722004 or 7120747. OLE color: 7120747.

HSL color Cylindrical-coordinate representation of color #6BA76C: hue angle of 121º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6BA76C is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB107167108-
CMYK0.3600.350.35
HSL121º25.42%53.73%-
HSV(B)121º35.93%65.49%-
XYZ22.5931.8519.14-
YUV142.33108.62102.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.01%
GREEN value IS 167 (65.62% from 255) = 43.72%
BLUE value IS 108 (42.58% from 255) = 28.27%
R=28.01%
G=43.72%
B=28.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1071671080.3600.350.3512125.4253.73
Hex6BA76C2402323791936
Octal15324715444043431713166
Binary11010111010011111011001001000100011100011111100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,167,108); }

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

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

 a { background-color: rgb(107,167,108); }

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

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

 span { border-color: rgb(107,167,108); }

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