#6BA56A

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

Shades of Fern #6BA56A

Tints of Fern #6BA56A

Color information

#6BA56A (or 0x6BA56A) is unknown color: approx Fern. HEX triplet: 6B, A5 and 6A. RGB value is (107,165,106). Sum of RGB (Red+Green+Blue) = 107+165+106=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 165 (64.84% from 255 or 43.65% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 165 - color contains mainly: green. Hex color #6BA56A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA56A is #945A95. Grayscale: #8D8D8D. Windows color (decimal): -9722518 or 6989163. OLE color: 6989163.

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

Color convert

RGB107165106-
CMYK0.3500.360.35
HSL118.98º24.69%53.14%-
HSV(B)118.98º35.76%64.71%-
XYZ22.1231.0818.47-
YUV140.93108.28103.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.31%
GREEN value IS 165 (64.84% from 255) = 43.65%
BLUE value IS 106 (41.80% from 255) = 28.04%
R=28.31%
G=43.65%
B=28.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1071651060.3500.360.35118.9824.6953.14
Hex6BA56A2302423771935
Octal15324515243044431673165
Binary11010111010010111010101000110100100100011111011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,165,106); }

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

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

 a { background-color: rgb(107,165,106); }

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

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

 span { border-color: rgb(107,165,106); }

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