#6BB165

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

Shades of Fern #6BB165

Tints of Fern #6BB165

Color information

#6BB165 (or 0x6BB165) is unknown color: approx Fern. HEX triplet: 6B, B1 and 65. RGB value is (107,177,101). Sum of RGB (Red+Green+Blue) = 107+177+101=385 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.79% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 177 - color contains mainly: green. Hex color #6BB165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BB165 is #944E9A. Grayscale: #939393. Windows color (decimal): -9719451 or 6664555. OLE color: 6664555.

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

Color convert

RGB107177101-
CMYK0.4000.430.31
HSL115.26º32.76%54.51%-
HSV(B)115.26º42.94%69.41%-
XYZ24.1335.5117.89-
YUV147.41101.8199.18-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.79%
GREEN value IS 177 (69.53% from 255) = 45.97%
BLUE value IS 101 (39.84% from 255) = 26.23%
R=27.79%
G=45.97%
B=26.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071771010.4000.430.31115.2632.7654.51
Hex6BB1652802B1F732137
Octal15326114550053371634167
Binary11010111011000111001011010000101011111111110011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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