#6BAC6C

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

Shades of Fern #6BAC6C

Tints of Fern #6BAC6C

Color information

#6BAC6C (or 0x6BAC6C) is unknown color: approx Fern. HEX triplet: 6B, AC and 6C. RGB value is (107,172,108). Sum of RGB (Red+Green+Blue) = 107+172+108=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAC6C is #945393. Grayscale: #919191. Windows color (decimal): -9720724 or 7122027. OLE color: 7122027.

HSL color Cylindrical-coordinate representation of color #6BAC6C: hue angle of 120.92º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6BAC6C is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB107172108-
CMYK0.3800.370.33
HSL120.92º28.14%54.71%-
HSV(B)120.92º37.79%67.45%-
XYZ23.5233.7119.45-
YUV145.27106.97100.7-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.65%
GREEN value IS 172 (67.58% from 255) = 44.44%
BLUE value IS 108 (42.58% from 255) = 27.91%
R=27.65%
G=44.44%
B=27.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071721080.3800.370.33120.9228.1454.71
Hex6BAC6C2602521791c37
Octal15325415446045411713467
Binary11010111010110011011001001100100101100001111100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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