#6BB16C

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

Shades of Fern #6BB16C

Tints of Fern #6BB16C

Color information

#6BB16C (or 0x6BB16C) is unknown color: approx Fern. HEX triplet: 6B, B1 and 6C. RGB value is (107,177,108). Sum of RGB (Red+Green+Blue) = 107+177+108=392 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.30% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 177 - color contains mainly: green. Hex color #6BB16C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BB16C is #944E93. Grayscale: #949494. Windows color (decimal): -9719444 or 7123307. OLE color: 7123307.

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

Color convert

RGB107177108-
CMYK0.4000.390.31
HSL120.86º30.97%55.69%-
HSV(B)120.86º39.55%69.41%-
XYZ24.4935.6519.78-
YUV148.2105.3198.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.30%
GREEN value IS 177 (69.53% from 255) = 45.15%
BLUE value IS 108 (42.58% from 255) = 27.55%
R=27.30%
G=45.15%
B=27.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071771080.4000.390.31120.8630.9755.69
Hex6BB16C280271F791f38
Octal15326115450047371713770
Binary1101011101100011101100101000010011111111111100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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