#6BB161

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

Shades of Fern #6BB161

Tints of Fern #6BB161

Color information

#6BB161 (or 0x6BB161) is unknown color: approx Fern. HEX triplet: 6B, B1 and 61. RGB value is (107,177,97). Sum of RGB (Red+Green+Blue) = 107+177+97=381 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.08% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 177 - color contains mainly: green. Hex color #6BB161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BB161 is #944E9E. Grayscale: #939393. Windows color (decimal): -9719455 or 6402411. OLE color: 6402411.

HSL color Cylindrical-coordinate representation of color #6BB161: hue angle of 112.5º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6BB161 is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB10717797-
CMYK0.4000.450.31
HSL112.5º33.9%53.73%-
HSV(B)112.5º45.2%69.41%-
XYZ23.9435.4316.89-
YUV146.9599.8199.5-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.08%
GREEN value IS 177 (69.53% from 255) = 46.46%
BLUE value IS 97 (38.28% from 255) = 25.46%
R=28.08%
G=46.46%
B=25.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal107177970.4000.450.31112.533.953.73
Hex6BB1612802D1F702236
Octal15326114150055371604266
Binary11010111011000111000011010000101101111111110000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,177,97); }

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

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

 a { background-color: rgb(107,177,97); }

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

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

 span { border-color: rgb(107,177,97); }

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