#6BAC73

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

Shades of Fern #6BAC73

Tints of Fern #6BAC73

Color information

#6BAC73 (or 0x6BAC73) is unknown color: approx Fern. HEX triplet: 6B, AC and 73. RGB value is (107,172,115). Sum of RGB (Red+Green+Blue) = 107+172+115=394 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.16% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAC73 is #94538C. Grayscale: #929292. Windows color (decimal): -9720717 or 7580779. OLE color: 7580779.

HSL color Cylindrical-coordinate representation of color #6BAC73: hue angle of 127.38º 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 #6BAC73 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB107172115-
CMYK0.3800.330.33
HSL127.38º28.14%54.71%-
HSV(B)127.38º37.79%67.45%-
XYZ23.9133.8721.5-
YUV146.07110.47100.13-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.16%
GREEN value IS 172 (67.58% from 255) = 43.65%
BLUE value IS 115 (45.31% from 255) = 29.19%
R=27.16%
G=43.65%
B=29.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071721150.3800.330.33127.3828.1454.71
Hex6BAC7326021217f1c37
Octal15325416346041411773467
Binary11010111010110011100111001100100001100001111111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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