#6BAD65

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

Shades of Fern #6BAD65

Tints of Fern #6BAD65

Color information

#6BAD65 (or 0x6BAD65) is unknown color: approx Fern. HEX triplet: 6B, AD and 65. RGB value is (107,173,101). Sum of RGB (Red+Green+Blue) = 107+173+101=381 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.08% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 173 - color contains mainly: green. Hex color #6BAD65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAD65 is #94529A. Grayscale: #919191. Windows color (decimal): -9720475 or 6663531. OLE color: 6663531.

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

Color convert

RGB107173101-
CMYK0.3800.420.32
HSL115º30.51%53.73%-
HSV(B)115º41.62%67.84%-
XYZ23.3633.9517.63-
YUV145.06103.13100.85-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.08%
GREEN value IS 173 (67.97% from 255) = 45.41%
BLUE value IS 101 (39.84% from 255) = 26.51%
R=28.08%
G=45.41%
B=26.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1071731010.3800.420.3211530.5153.73
Hex6BAD652602A20731f36
Octal15325514546052401633766
Binary11010111010110111001011001100101010100000111001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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